mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-19 03:21:36 -04:00
Add server properties dialog (#23270)
Add General tab for server properties --------- Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
This commit is contained in:
@@ -165,6 +165,14 @@ export abstract class DialogBase<DialogResult> {
|
||||
}).withItems(items).component();
|
||||
}
|
||||
|
||||
protected createTab(id: string, title: string, content?: azdata.Component): azdata.Tab {
|
||||
return {
|
||||
title: title,
|
||||
content: content,
|
||||
id: id
|
||||
};
|
||||
}
|
||||
|
||||
protected createTableList<T>(ariaLabel: string,
|
||||
columnNames: string[],
|
||||
allItems: T[],
|
||||
|
||||
Reference in New Issue
Block a user