[arvados] updated: 2.7.0-6004-gdaf28acf73

git repository hosting git at public.arvados.org
Mon Feb 19 15:24:00 UTC 2024


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

       via  daf28acf73a01fcff9e136d0036ace877af85e25 (commit)
      from  90a328e83574deed28d97d558e950b00e4200693 (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 daf28acf73a01fcff9e136d0036ace877af85e25
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Feb 19 10:23:38 2024 -0500

    19744: Change usage report button back to link
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/services/workbench2/src/views/process-panel/process-resource-card.tsx b/services/workbench2/src/views/process-panel/process-resource-card.tsx
index a360e89f0b..d1492ddbf5 100644
--- a/services/workbench2/src/views/process-panel/process-resource-card.tsx
+++ b/services/workbench2/src/views/process-panel/process-resource-card.tsx
@@ -14,6 +14,7 @@ import {
     Tooltip,
     Typography,
     Grid,
+    Link,
     Button
 } from '@material-ui/core';
 import { ArvadosTheme } from 'common/custom-theme';
@@ -69,7 +70,6 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         textTransform: "uppercase",
     },
     reportButton: {
-        fontSize: '0.75rem'
     }
 });
 
@@ -102,7 +102,7 @@ export const ProcessResourceCard = withStyles(styles)(connect()(
                 }
                 action={
                     <div>
-                        {usageReport && <Button href={usageReport} variant="contained" color="primary" className={classes.reportButton}><ShowChartIcon /> Resource usage report</Button>}
+                        {usageReport && <Link href={usageReport} className={classes.reportButton} target="_blank"><ShowChartIcon /> Resource usage report</Link>}
                         {doUnMaximizePanel && panelMaximized &&
                             <Tooltip title={`Unmaximize ${panelName || 'panel'}`} disableFocusListener>
                                 <IconButton onClick={doUnMaximizePanel}><UnMaximizeIcon /></IconButton>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list