mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-21 01:41:31 +00:00
Changes to reset container workflow (#1155)
* reset changes * undid config context changes * renamed method
This commit is contained in:
committed by
GitHub
parent
e3d5ad2ce8
commit
5597a1e8b6
@@ -394,7 +394,7 @@ export default class Explorer {
|
||||
useNotebook.getState().setConnectionInfo(connectionStatus);
|
||||
try {
|
||||
useNotebook.getState().setIsAllocating(true);
|
||||
const connectionInfo = await this.phoenixClient.containerConnectionInfo(provisionData);
|
||||
const connectionInfo = await this.phoenixClient.allocateContainer(provisionData);
|
||||
await this.setNotebookInfo(connectionInfo, connectionStatus);
|
||||
} catch (error) {
|
||||
connectionStatus.status = ConnectionStatusType.Failed;
|
||||
|
||||
Reference in New Issue
Block a user