[ARVADOS-WORKBENCH2] updated: 1.2.0-328-g84befca

Git user git at public.curoverse.com
Fri Sep 7 04:16:42 EDT 2018


Summary of changes:
 src/views-components/main-app-bar/main-app-bar.tsx | 6 ++++--
 src/views/workbench/workbench.tsx                  | 3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)

       via  84befca1b91fc8feeb3258e86ac1a981d47ef914 (commit)
      from  d171dc7d61d9ab3d952bb5038b2d47dbeaaa8ba2 (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 84befca1b91fc8feeb3258e86ac1a981d47ef914
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date:   Fri Sep 7 10:16:23 2018 +0200

    Restore build info
    
    Feature #14149
    
    Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>

diff --git a/src/views-components/main-app-bar/main-app-bar.tsx b/src/views-components/main-app-bar/main-app-bar.tsx
index 6779d47..ddd39e5 100644
--- a/src/views-components/main-app-bar/main-app-bar.tsx
+++ b/src/views-components/main-app-bar/main-app-bar.tsx
@@ -27,6 +27,7 @@ interface MainAppBarDataProps {
     searchText: string;
     searchDebounce?: number;
     user?: User;
+    buildInfo?: string;
 }
 
 export interface MainAppBarActionProps {
@@ -40,12 +41,13 @@ export const MainAppBar = withStyles(styles)(
         return <AppBar position="static">
             <Toolbar>
                 <Grid container justify="space-between">
-                    <Grid container item xs={3} alignItems="center">
-                        <Typography variant="headline" color="inherit" noWrap>
+                    <Grid container item xs={3} direction="column" justify="center">
+                        <Typography variant="title" color="inherit" noWrap>
                             <Link to={Routes.ROOT} className={props.classes.link}>
                                 arvados workbench
                             </Link>
                         </Typography>
+                        <Typography variant="caption" color="inherit">{props.buildInfo}</Typography>
                     </Grid>
                     <Grid
                         item
diff --git a/src/views/workbench/workbench.tsx b/src/views/workbench/workbench.tsx
index 02b4abf..4360dbd 100644
--- a/src/views/workbench/workbench.tsx
+++ b/src/views/workbench/workbench.tsx
@@ -102,7 +102,8 @@ export const Workbench = withStyles(styles)(
                             <MainAppBar
                                 searchText={this.state.searchText}
                                 user={this.props.user}
-                                onSearch={this.onSearch} />
+                                onSearch={this.onSearch}
+                                buildInfo={this.props.buildInfo} />
                         </Grid>
                         {this.props.user &&
                             <Grid

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list