[ARVADOS-WORKBENCH2] updated: 1.2.0-799-gc7bc8de

Git user git at public.curoverse.com
Wed Oct 31 07:43:59 EDT 2018


Summary of changes:
 src/views-components/snackbar/snackbar.tsx           | 2 +-
 src/views/process-panel/process-information-card.tsx | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

       via  c7bc8de8c8feccfd36b23f4228099ce86f365841 (commit)
      from  24465ca7021802400200a36fe1f2fe9064f91643 (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 c7bc8de8c8feccfd36b23f4228099ce86f365841
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date:   Wed Oct 31 12:43:46 2018 +0100

    refs #14320-improper-alert-color-when-creating-new-item
    
    Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>

diff --git a/src/views-components/snackbar/snackbar.tsx b/src/views-components/snackbar/snackbar.tsx
index f3149e6..4250dcd 100644
--- a/src/views-components/snackbar/snackbar.tsx
+++ b/src/views-components/snackbar/snackbar.tsx
@@ -70,7 +70,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         backgroundColor: theme.palette.error.dark
     },
     info: {
-        backgroundColor: theme.palette.primary.dark
+        backgroundColor: theme.palette.primary.main
     },
     warning: {
         backgroundColor: amber[700]
diff --git a/src/views/process-panel/process-information-card.tsx b/src/views/process-panel/process-information-card.tsx
index 0813126..9b21ce5 100644
--- a/src/views/process-panel/process-information-card.tsx
+++ b/src/views/process-panel/process-information-card.tsx
@@ -75,6 +75,7 @@ type ProcessInformationCardProps = ProcessInformationCardDataProps & WithStyles<
 export const ProcessInformationCard = withStyles(styles, { withTheme: true })(
     ({ classes, process, onContextMenu, theme }: ProcessInformationCardProps) =>
         <Card className={classes.card}>
+        {console.log(process)}
             <CardHeader
                 classes={{
                     content: classes.title,

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list