[ARVADOS] updated: abe3b885cf4b123ad6e36f6d4d9ae6695e0fa32e

git at public.curoverse.com git at public.curoverse.com
Fri Jul 10 13:36:23 EDT 2015


Summary of changes:
 apps/workbench/public/webshell/shell_in_a_box.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

       via  abe3b885cf4b123ad6e36f6d4d9ae6695e0fa32e (commit)
      from  101003562d2b5af0fc90a115fbbad98898de3d50 (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 abe3b885cf4b123ad6e36f6d4d9ae6695e0fa32e
Author: Tom Clegg <tom at curoverse.com>
Date:   Fri Jul 10 13:35:10 2015 -0400

    6279: Hide "reconnect" button because it doesn't auto-login.

diff --git a/apps/workbench/public/webshell/shell_in_a_box.js b/apps/workbench/public/webshell/shell_in_a_box.js
index 51a5792..0c7e800 100644
--- a/apps/workbench/public/webshell/shell_in_a_box.js
+++ b/apps/workbench/public/webshell/shell_in_a_box.js
@@ -134,7 +134,9 @@ ShellInABox.prototype.sessionClosed = function() {
       }
       this.vt100('Session closed.');
     }
-    this.showReconnect(true);
+    // Revealing the "reconnect" button is commented out until we hook
+    // up the username+token auto-login mechanism to the new session:
+    //this.showReconnect(true);
   } catch (e) {
   }
 };

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list