[ARVADOS] updated: 101003562d2b5af0fc90a115fbbad98898de3d50
git at public.curoverse.com
git at public.curoverse.com
Fri Jul 10 12:55:51 EDT 2015
Summary of changes:
apps/workbench/app/views/virtual_machines/webshell.html.erb | 1 +
1 file changed, 1 insertion(+)
via 101003562d2b5af0fc90a115fbbad98898de3d50 (commit)
from a4926dfa88f36c529096f30b223a434479cd0eb8 (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 101003562d2b5af0fc90a115fbbad98898de3d50
Author: Tom Clegg <tom at curoverse.com>
Date: Fri Jul 10 12:55:44 2015 -0400
6279: Provide feedback that authentication token has been sent.
diff --git a/apps/workbench/app/views/virtual_machines/webshell.html.erb b/apps/workbench/app/views/virtual_machines/webshell.html.erb
index 360606e..0f79d3f 100644
--- a/apps/workbench/app/views/virtual_machines/webshell.html.erb
+++ b/apps/workbench/app/views/virtual_machines/webshell.html.erb
@@ -30,6 +30,7 @@
sh.keysPressed("<%= j params[:login] %>\n");
setTimeout(function() {
sh.keysPressed("<%= j Thread.current[:arvados_api_token] %>\n");
+ sh.vt100('(sent authentication token)\n');
}, 1000);
}, 1000);
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list