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:
Charles Gagnon
2019-10-10 10:57:38 -07:00
committed by GitHub
parent 93c9426f25
commit 543e3e2c09
17 changed files with 569 additions and 235 deletions

8
src/sql/azdata.d.ts vendored
View File

@@ -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;