[ARVADOS] updated: 1.3.0-1717-g55ae59fab
Git user
git at public.curoverse.com
Fri Oct 11 18:48:57 UTC 2019
Summary of changes:
lib/config/config.default.yml | 4 +---
lib/config/generated_config.go | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
via 55ae59fab1e7fe21b51ab8ffb67fcebc2a64f138 (commit)
from 9d2cf97c13005304f0a9031fd5d88ac89906bb33 (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 55ae59fab1e7fe21b51ab8ffb67fcebc2a64f138
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Fri Oct 11 14:48:39 2019 -0400
15424: Tweak default WelcomePageHTML
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml
index 6389fceb7..52856c843 100644
--- a/lib/config/config.default.yml
+++ b/lib/config/config.default.yml
@@ -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
diff --git a/lib/config/generated_config.go b/lib/config/generated_config.go
index 42d94da78..6e7aba81d 100644
--- a/lib/config/generated_config.go
+++ b/lib/config/generated_config.go
@@ -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
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list