MIAA Dashboard Updates (#10960)

* Add database info to MIAA dashboard

* hook up open in azure button

* Only use plural text
This commit is contained in:
Charles Gagnon
2020-06-17 12:35:14 -07:00
committed by GitHub
parent 4296a05d4f
commit 487bd2693e
5 changed files with 45 additions and 20 deletions

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

@@ -1305,7 +1305,7 @@ declare module 'azdata' {
// Admin Services interfaces -----------------------------------------------------------------------
export interface DatabaseInfo {
options: {};
options: { [key: string]: any };
}
export interface LoginInfo {