[ARVADOS-WORKBENCH2] updated: 2.2.1-81-g2da75c46
Git user
git at public.arvados.org
Mon Sep 20 14:29:34 UTC 2021
Summary of changes:
public/webshell/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 2da75c4634a7c2d2960185409d5d879f4f432874 (commit)
from 32dad59b5b3b8d6bf20cce316967603aa8cf55b8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 2da75c4634a7c2d2960185409d5d879f4f432874
Author: Stephen Smith <stephen at curii.com>
Date: Mon Sep 20 10:29:16 2021 -0400
17229: Webshell variable typo
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/public/webshell/index.html b/public/webshell/index.html
index 4044f994..722cab5a 100644
--- a/public/webshell/index.html
+++ b/public/webshell/index.html
@@ -84,7 +84,7 @@
function init() {
if (token) {
- history.replaceState(null, "", `/webshell/?host=${encodeURIComponent(host)}&login=${encodeURIComponent(login)}`);
+ history.replaceState(null, "", `/webshell/?host=${encodeURIComponent(host)}&login=${encodeURIComponent(user)}`);
} else if (localStorage.getItem('apiToken')) {
token = localStorage.getItem('apiToken');
} else {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list