mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 17:24:01 -05:00
More updates to HDFS Manage Access dialog (#7611)
* Add display property to ModelView components * Update DisplayType property in sqlops as well * More updates to HDFS Manage Access dialog * More updates to HDFS Manage Access dialog
This commit is contained in:
8
src/sql/azdata.d.ts
vendored
8
src/sql/azdata.d.ts
vendored
@@ -3109,12 +3109,10 @@ declare module 'azdata' {
|
||||
requiredIndicator?: boolean;
|
||||
}
|
||||
|
||||
export interface ImageComponentProperties {
|
||||
src: string;
|
||||
alt?: string;
|
||||
height?: number | string;
|
||||
width?: number | string;
|
||||
export interface ImageComponentProperties extends ComponentProperties, ComponentWithIcon {
|
||||
|
||||
}
|
||||
|
||||
export interface LinkArea {
|
||||
text: string;
|
||||
url: string;
|
||||
|
||||
Reference in New Issue
Block a user