[ARVADOS-WORKBENCH2] updated: 1.2.0-182-g00acbab

Git user git at public.curoverse.com
Tue Aug 28 08:26:08 EDT 2018


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

       via  00acbabe840ee98597ef94751e22f48f44ee5777 (commit)
      from  cdc8a73914399a401642ca553e9d3d8b2d42db5c (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 00acbabe840ee98597ef94751e22f48f44ee5777
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date:   Tue Aug 28 14:25:56 2018 +0200

    information-card-view
    
    Feature #13858
    
    Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>

diff --git a/src/views/process-panel/process-panel.tsx b/src/views/process-panel/process-panel.tsx
index 70a7a40..3910099 100644
--- a/src/views/process-panel/process-panel.tsx
+++ b/src/views/process-panel/process-panel.tsx
@@ -45,8 +45,8 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     },
     link: {
         fontSize: '0.875rem',
+        color: theme.palette.primary.main,
         '&:hover': {
-            color: theme.palette.primary.main,
             cursor: 'pointer'
         }
     },
@@ -60,9 +60,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     },
     headerText: {
         fontSize: '0.875rem',
-        display: 'flex',
         position: 'relative',
-        justifyContent: 'flex-start',
         top: -theme.spacing.unit * 4.5,
         left: theme.spacing.unit * 3,
     }
@@ -121,7 +119,7 @@ export const ProcessPanel = withStyles(styles)(
                                 </Grid>
                             </Grid>
                         </CardContent>
-                        <span className={classes.headerText}>This container request was created from the workflow FastQC MultiQC</span>
+                        <span className={classes.headerText}>This container request was created from the workflow <span className={classes.link}>FastQC MultiQC</span></span>
                     </Card>
                 </div>;
             }

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list