File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
PipelineDetail/Configuration
runs/RunDetail/Configuration
stackComponents/RunDetail/Configuration
Stacks/List/RunsForStackTable Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11import { useSelector } from 'react-redux' ;
22import {
33 pipelineSelectors ,
4- runSelectors ,
4+ // runSelectors,
55} from '../../../../../redux/selectors' ;
66
77import YAML from 'json2yaml' ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { showToasterAction } from '../../../../../redux/actions';
99import { toasterTypes } from '../../../../../constants' ;
1010import { iconColors , iconSizes } from '../../../../../constants' ;
1111
12- import { translate } from '../translate' ;
12+ // import { translate } from '../translate';
1313import styles from './index.module.scss' ;
1414import { useService } from './useService' ;
1515
Original file line number Diff line number Diff line change 11import { useSelector } from 'react-redux' ;
22import {
3- pipelineSelectors ,
3+ // pipelineSelectors,
44 runSelectors ,
55} from '../../../../../redux/selectors' ;
66
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { showToasterAction } from '../../../../../redux/actions';
99import { toasterTypes } from '../../../../../constants' ;
1010import { iconColors , iconSizes } from '../../../../../constants' ;
1111
12- import { translate } from '../translate' ;
12+ // import { translate } from '../translate';
1313import styles from './index.module.scss' ;
1414import { useService } from './useService' ;
1515
Original file line number Diff line number Diff line change 11import { useSelector } from 'react-redux' ;
22import {
3- pipelineSelectors ,
3+ // pipelineSelectors,
44 runSelectors ,
55} from '../../../../../redux/selectors' ;
66
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { showToasterAction } from '../../../../../redux/actions';
99import { toasterTypes } from '../../../../../constants' ;
1010import { iconColors , iconSizes } from '../../../../../constants' ;
1111
12- import { translate } from '../translate' ;
12+ // import { translate } from '../translate';
1313import styles from './index.module.scss' ;
1414import { useService } from './useService' ;
1515
Original file line number Diff line number Diff line change 11import { useSelector } from 'react-redux' ;
22import {
3- pipelineSelectors ,
3+ // pipelineSelectors,
44 runSelectors ,
55} from '../../../../../redux/selectors' ;
66
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { showToasterAction } from '../../../../../redux/actions';
99import { toasterTypes } from '../../../../../constants' ;
1010import { iconColors , iconSizes } from '../../../../../constants' ;
1111
12- import { translate } from '../translate' ;
12+ // import { translate } from '../translate';
1313import styles from './index.module.scss' ;
1414import { useService } from './useService' ;
1515
Original file line number Diff line number Diff line change 11import { useSelector } from 'react-redux' ;
22import {
3- pipelineSelectors ,
3+ // pipelineSelectors,
44 runSelectors ,
55} from '../../../../../redux/selectors' ;
66
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { RunsTable } from '../../../RunsTable';
55import { translate } from '../../translate' ;
66import { useService } from './useService' ;
77import styles from './NestedRow.module.scss' ;
8- import { useHistory , useLocationPath } from '../../../../../hooks' ;
8+ import { useHistory } from '../../../../../hooks' ;
99import { routePaths } from '../../../../../../routes/routePaths' ;
1010export const RunsForStackTable : React . FC < {
1111 stack : TStack ;
You can’t perform that action at this time.
0 commit comments