From: Stephen Smith Date: Mon, 20 Sep 2021 14:27:34 +0000 (-0400) Subject: 17229: Webshell show message when toke is missing X-Git-Tag: 2.3.0~2^2~6 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/32dad59b5b3b8d6bf20cce316967603aa8cf55b8 17229: Webshell show message when toke is missing Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- diff --git a/public/webshell/index.html b/public/webshell/index.html index 3f25aed5..4044f994 100644 --- a/public/webshell/index.html +++ b/public/webshell/index.html @@ -6,6 +6,18 @@ body { margin: 0px; } + #notoken { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + text-align: center; + vertical-align: middle; + line-height: 100vh; + z-index: 100; + font-family: sans; + } @@ -81,7 +101,10 @@ correctly deal with the enclosing frameset (if any), if we do not do this --> - +