mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-31 06:41:35 +00:00
Implement refreshResourceTree message and hide refresh button above resource tree for Fabric native (#2102)
This commit is contained in:
@@ -215,6 +215,10 @@ async function configureFabric(): Promise<Explorer> {
|
||||
}
|
||||
break;
|
||||
}
|
||||
case "refreshResourceTree": {
|
||||
explorer.onRefreshResourcesClick();
|
||||
break;
|
||||
}
|
||||
default:
|
||||
console.error(`Unknown Fabric message type: ${JSON.stringify(data)}`);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user