From 32dad59b5b3b8d6bf20cce316967603aa8cf55b8 Mon Sep 17 00:00:00 2001 From: Stephen Smith Date: Mon, 20 Sep 2021 10:27:34 -0400 Subject: [PATCH] 17229: Webshell show message when toke is missing Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- public/webshell/index.html | 51 +++++++++++++++++++++++++++----------- 1 file changed, 37 insertions(+), 14 deletions(-) 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 --> - + -- 2.30.2