From f192c6f97ebcb16cf877ecba687fdb863e7c1b80 Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Tue, 16 Aug 2022 16:27:17 -0500 Subject: [PATCH] Update view to show JupyterLab on button --- view.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view.html.erb b/view.html.erb index e3f43bf..0fbd307 100644 --- a/view.html.erb +++ b/view.html.erb @@ -1,6 +1,6 @@ <form action="/node/<%= host %>/<%= port %>/login" method="post" target="_blank"> <input type="hidden" name="password" value="<%= password %>"> <button class="btn btn-primary" type="submit"> - <i class="fas fa-eye"></i> Connect to Jupyter + <i class="fas fa-eye"></i> Connect to JupyterLab </button> </form> -- GitLab