mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-25 12:44:06 +00:00
Debugging where to place command.
This commit is contained in:
@@ -55,7 +55,7 @@ export function createStaticCommandBarButtons(
|
|||||||
buttons.push(createDivider());
|
buttons.push(createDivider());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
console.log(`userContext 1: ${JSON.stringify(userContext.databaseAccount.properties.writeLocations)}`);
|
||||||
if (configContext.platform !== Platform.Fabric) {
|
if (configContext.platform !== Platform.Fabric) {
|
||||||
const newCollectionBtn = createNewCollectionGroup(container);
|
const newCollectionBtn = createNewCollectionGroup(container);
|
||||||
buttons.push(newCollectionBtn);
|
buttons.push(newCollectionBtn);
|
||||||
|
|||||||
Reference in New Issue
Block a user