mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-24 14:36:54 +00:00
Debugging where to place command.
This commit is contained in:
parent
b1c985e9c2
commit
93e8a4ba3a
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user