[ARVADOS-WORKBENCH2] updated: 1.2.0-469-ga458c32

Git user git at public.curoverse.com
Fri Sep 28 03:25:29 EDT 2018


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

       via  a458c32b63bfa83256ce7de1ce79b935e4838eb7 (commit)
      from  0c688f48e779c65c1bb849c5acd204817b295bc6 (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 a458c32b63bfa83256ce7de1ce79b935e4838eb7
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date:   Fri Sep 28 09:25:18 2018 +0200

    change name button
    
    Feature #14225
    
    Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>

diff --git a/src/views/run-process-panel/run-process-panel-root.tsx b/src/views/run-process-panel/run-process-panel-root.tsx
index b1a8cea..f98660a 100644
--- a/src/views/run-process-panel/run-process-panel-root.tsx
+++ b/src/views/run-process-panel/run-process-panel-root.tsx
@@ -28,11 +28,11 @@ export const RunProcessPanelRoot = ({ currentStep, onClick, ...props }: RunProce
         <Step>
             <StepLabel>Select inputs</StepLabel>
             <StepContent>
-                <Button onClick={() => onClick(0)}>
+                <Button color="primary" onClick={() => onClick(0)}>
                     Back
                 </Button>
                 <Button variant="contained" color="primary">
-                    Finish
+                    Run Process
                 </Button>
             </StepContent>
         </Step>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list