File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import { CreatePipelineButton } from './CreatePipelineButton';
88import { DocumentationLink } from './DocumentationLink' ;
99
1010import styles from './index.module.scss' ;
11+ import { constantCommandsToCreatePipeline } from '../../../../constants/constantCommands' ;
1112
1213const DefaultHeader : React . FC < {
1314 breadcrumbs : TBreadcrumb [ ] ;
@@ -52,7 +53,9 @@ const HeaderWithButtons: React.FC<{
5253 </ Box >
5354 < CreatePipelineButton />
5455 < CompareRunsButton />
55- < DocumentationLink />
56+ < DocumentationLink
57+ text = { constantCommandsToCreatePipeline . documentation }
58+ />
5659 </ FlexBox >
5760 </ FlexBox >
5861) ;
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import { CreatePipelineButton } from './CreatePipelineButton';
88import { DocumentationLink } from './DocumentationLink' ;
99
1010import styles from './index.module.scss' ;
11+ import { constantCommandsToCreateComponent } from '../../../../constants/constantCommands' ;
1112
1213const DefaultHeader : React . FC < {
1314 breadcrumbs : TBreadcrumb [ ] ;
@@ -52,7 +53,9 @@ const HeaderWithButtons: React.FC<{
5253 </ Box >
5354 < CreatePipelineButton />
5455 < CompareRunsButton />
55- < DocumentationLink />
56+ < DocumentationLink
57+ text = { constantCommandsToCreateComponent . documentation }
58+ />
5659 </ FlexBox >
5760 </ FlexBox >
5861) ;
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import { CreateStackButton } from './CreateStackButton';
88import { DocumentationLink } from './DocumentationLink' ;
99
1010import styles from './index.module.scss' ;
11+ import { constantCommandsToCreateStack } from '../../../../constants/constantCommands' ;
1112
1213const DefaultHeader : React . FC < {
1314 breadcrumbs : TBreadcrumb [ ] ;
@@ -52,7 +53,7 @@ const HeaderWithButtons: React.FC<{
5253 </Box> */ }
5354 < CreateStackButton />
5455 < CompareRunsButton />
55- < DocumentationLink />
56+ < DocumentationLink text = { constantCommandsToCreateStack . documentation } />
5657 </ FlexBox >
5758 </ FlexBox >
5859) ;
You can’t perform that action at this time.
0 commit comments