Skip to content

Commit

Permalink
fix: Correct Revision History Limit tooltip (argoproj#3534) (argoproj…
Browse files Browse the repository at this point in the history
…#5050)

Signed-off-by: Keith Chong <[email protected]>
  • Loading branch information
keithchong authored Dec 14, 2020
1 parent e160afc commit 1f7ef07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export const ApplicationSummary = (props: {app: models.Application; updateApp: (
<FormField formApi={formApi} field='spec.revisionHistoryLimit' componentProps={{style: {paddingRight: '1em'}, placeholder: '10'}} component={NumberField} />
<div style={{position: 'absolute', right: '0', top: '0'}}>
<HelpIcon
title='This limits this number of items kept in the apps revision history.
title='This limits the number of items kept in the apps revision history.
This should only be changed in exceptional circumstances.
Setting to zero will store no history. This will reduce storage used.
Increasing will increase the space used to store the history, so we do not recommend increasing it.
Expand Down

0 comments on commit 1f7ef07

Please sign in to comment.