File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
src/components/v2/values/chartValuesDiff Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -1539,17 +1539,6 @@ const ChartValuesView = ({
1539
1539
selectedChartValues = { commonState . chartValues }
1540
1540
/>
1541
1541
) }
1542
- < footer className = "flexbox dc__content-end dc__border-top px-16 py-12" >
1543
- < AnimatedDeployButton
1544
- dataTestId = "preset-save-values-button"
1545
- disabled = { commonState . isUpdateInProgress || commonState . isDeleteInProgress }
1546
- onButtonClick = { deployOrUpdateApplication }
1547
- isLoading = { commonState . isUpdateInProgress }
1548
- text = { isCreateValueView ? `Save ${ chartValueId !== '0' ? 'Changes' : 'Value' } ` : 'Deploy' }
1549
- { ...( isCreateValueView ? { } : { startIcon : < Icon name = "ic-rocket-launch" color = { null } /> } ) }
1550
- animateStartIcon = { ! isCreateValueView }
1551
- />
1552
- </ footer >
1553
1542
</ div >
1554
1543
)
1555
1544
}
@@ -1873,6 +1862,17 @@ const ChartValuesView = ({
1873
1862
renderChartValuesEditor ( )
1874
1863
) }
1875
1864
</ div >
1865
+ < footer className = "flexbox dc__content-end dc__border-top px-16 py-12" >
1866
+ < AnimatedDeployButton
1867
+ dataTestId = "preset-save-values-button"
1868
+ disabled = { commonState . isUpdateInProgress || commonState . isDeleteInProgress }
1869
+ onButtonClick = { deployOrUpdateApplication }
1870
+ isLoading = { commonState . isUpdateInProgress }
1871
+ text = { isCreateValueView ? `Save ${ chartValueId !== '0' ? 'Changes' : 'Value' } ` : 'Deploy' }
1872
+ { ...( isCreateValueView ? { } : { startIcon : < Icon name = "ic-rocket-launch" color = { null } /> } ) }
1873
+ animateStartIcon = { ! isCreateValueView }
1874
+ />
1875
+ </ footer >
1876
1876
1877
1877
{ commonState . showDeleteAppConfirmationDialog && (
1878
1878
< DeleteChartDialog
You can’t perform that action at this time.
0 commit comments