[ARVADOS-WORKBENCH2] created: 2.1.0-134-g2a860f53
Git user
git at public.arvados.org
Wed Dec 23 20:25:40 UTC 2020
at 2a860f5376bc15b7447329c2d1301de2e3222aea (commit)
commit 2a860f5376bc15b7447329c2d1301de2e3222aea
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Wed Dec 23 15:24:15 2020 -0500
17223: Provide working webshell link by directing user to Workbench1
Eventual fix will be to add the actual webshell javascript terminal
into Workbench 2.
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/src/views/virtual-machine-panel/virtual-machine-user-panel.tsx b/src/views/virtual-machine-panel/virtual-machine-user-panel.tsx
index 49d880e5..1762633a 100644
--- a/src/views/virtual-machine-panel/virtual-machine-user-panel.tsx
+++ b/src/views/virtual-machine-panel/virtual-machine-user-panel.tsx
@@ -61,7 +61,7 @@ const mapStateToProps = (state: RootState) => {
userUuid: state.auth.user!.uuid,
helpText: state.auth.config.clusterConfig.Workbench.SSHHelpPageHTML,
hostSuffix: state.auth.config.clusterConfig.Workbench.SSHHelpHostSuffix || "",
- webShell: state.auth.config.clusterConfig.Services.WebShell.ExternalURL,
+ webShell: state.auth.config.clusterConfig.Services.Workbench1.ExternalURL,
...state.virtualMachines
};
};
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list