mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Put 'loading' text while loading the saved controllers in Big Data Cluster extension (#6375)
This commit is contained in:
@@ -13,7 +13,8 @@ export enum BdcItemType {
|
||||
folder = 'bigDataClusters.itemType.folderNode',
|
||||
sqlMaster = 'bigDataClusters.itemType.sqlMasterNode',
|
||||
EndPoint = 'bigDataClusters.itemType.endPointNode',
|
||||
addController = 'bigDataClusters.itemType.addControllerNode'
|
||||
addController = 'bigDataClusters.itemType.addControllerNode',
|
||||
loadingController = 'bigDataClusters.itemType.loadingControllerNode'
|
||||
}
|
||||
|
||||
export class IconPath {
|
||||
|
||||
Reference in New Issue
Block a user