[ARVADOS-WORKBENCH2] updated: 1.4.1-56-ga34ed988

Git user git at public.curoverse.com
Wed Oct 23 19:19:04 UTC 2019


Summary of changes:
 src/views/login-panel/login-panel.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  a34ed98858d0a43904715e62a09d6de118073701 (commit)
      from  cfeff7ff252c475975587a740e25ee419a515d3c (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 a34ed98858d0a43904715e62a09d6de118073701
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Wed Oct 23 15:18:12 2019 -0400

    15530: Plain "Log in" button when loginCluster or not federated

diff --git a/src/views/login-panel/login-panel.tsx b/src/views/login-panel/login-panel.tsx
index a67228bc..cca4027d 100644
--- a/src/views/login-panel/login-panel.tsx
+++ b/src/views/login-panel/login-panel.tsx
@@ -96,9 +96,9 @@ export const LoginPanel = withStyles(styles)(
                 <Typography component="div" align="right">
                     <Button variant="contained" color="primary" style={{ margin: "1em" }} className={classes.button}
                         onClick={() => dispatch(login(uuidPrefix, homeCluster, loginCluster, remoteHosts))}>
-                        Log in to {uuidPrefix}
+                        Log in
                         {uuidPrefix !== homeCluster && loginCluster !== homeCluster &&
-                            <span> with user from {homeCluster}</span>}
+                            <span> to {uuidPrefix} with user from {homeCluster}</span>}
                     </Button>
                 </Typography>
             </Grid>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list