15424: Tweak default WelcomePageHTML
authorPeter Amstutz <pamstutz@veritasgenetics.com>
Fri, 11 Oct 2019 18:48:39 +0000 (14:48 -0400)
committerPeter Amstutz <pamstutz@veritasgenetics.com>
Fri, 11 Oct 2019 18:48:39 +0000 (14:48 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

lib/config/config.default.yml
lib/config/generated_config.go

index 6389fceb7839a8220a9df5829b37c63a57fdfebd..52856c8438c6d672eb47d4ee631a913a0d59cfcd 100644 (file)
@@ -1060,8 +1060,7 @@ Clusters:
       # Workbench welcome screen, this is HTML text that will be
       # incorporated directly onto the page.
       WelcomePageHTML: |
-        <div>
-        <img src="arvados-logo-big.png" style="width: 20%; float: left; padding: 1em;" />
+        <img src="arvados-logo-big.png" style="width: 20%; float: right; padding: 1em;" />
         <h2>Please log in.</h2>
 
         <p>The "Log in" button below will show you a sign-in
@@ -1075,7 +1074,6 @@ Clusters:
         <i>Arvados Workbench uses your name and email address only for
         identification, and does not retrieve any other personal
         information.</i>
-        </div>
 
     # Use experimental controller code (see https://dev.arvados.org/issues/14287)
     EnableBetaController14287: false
index 42d94da7865971d6b4fce260dbac9b667fb23777..6e7aba81dfc84db1f9b8d1c807b2aa2cf1bb566a 100644 (file)
@@ -1066,8 +1066,7 @@ Clusters:
       # Workbench welcome screen, this is HTML text that will be
       # incorporated directly onto the page.
       WelcomePageHTML: |
-        <div>
-        <img src="arvados-logo-big.png" style="width: 20%; float: left; padding: 1em;" />
+        <img src="arvados-logo-big.png" style="width: 20%; float: right; padding: 1em;" />
         <h2>Please log in.</h2>
 
         <p>The "Log in" button below will show you a sign-in
@@ -1081,7 +1080,6 @@ Clusters:
         <i>Arvados Workbench uses your name and email address only for
         identification, and does not retrieve any other personal
         information.</i>
-        </div>
 
     # Use experimental controller code (see https://dev.arvados.org/issues/14287)
     EnableBetaController14287: false