[ARVADOS-WORKBENCH2] updated: 2.4.0-58-g8dce1fa3

Git user git at public.arvados.org
Wed May 18 19:32:52 UTC 2022


Summary of changes:
 src/views/workflow-panel/workflow-description-card.tsx | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

       via  8dce1fa34833d40dad114eed8895fd5e6d7df28d (commit)
      from  056e5b954c34946428c2b9fcbc3c49c2670ec305 (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 8dce1fa34833d40dad114eed8895fd5e6d7df28d
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Wed May 18 15:32:38 2022 -0400

    19069: Fix styling
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/src/views/workflow-panel/workflow-description-card.tsx b/src/views/workflow-panel/workflow-description-card.tsx
index c6c146ac..b9e89c76 100644
--- a/src/views/workflow-panel/workflow-description-card.tsx
+++ b/src/views/workflow-panel/workflow-description-card.tsx
@@ -109,7 +109,7 @@ export const WorkflowDetailsCard = withStyles(styles)(
                     messages={['Please select a workflow to see its visualisation.']} />
                     }
                     </CardContent>} */}
-                {value === 2 && <CardContent className={workflow ? classes.graphTabWithChosenWorkflow : classes.graphTab}>
+                {value === 2 && <CardContent className={classes.descriptionTab}>
                     {workflow
                         ? <WorkflowDetailsAttributes workflow={workflow} />
                         : <DataTableDefaultView
@@ -153,9 +153,11 @@ export const WorkflowDetailsCard = withStyles(styles)(
 
 export const WorkflowDetailsAttributes = ({ workflow }: WorkflowDetailsCardDataProps) => {
     return <Grid container>
-        <DetailsAttribute
-            label={"Workflow UUID"}
-            linkToUuid={workflow?.uuid} />
+        <Grid item xs={12} >
+            <DetailsAttribute
+                label={"Workflow UUID"}
+                linkToUuid={workflow?.uuid} />
+        </Grid>
         <Grid item xs={12} >
             <DetailsAttribute
                 label='Owner' linkToUuid={workflow?.ownerUuid}

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list