Skip to content

Commit fc8fca0

Browse files
committed
feat: add Prune and delete sync option edit on UI
Signed-off-by: Arthur Outhenin-Chalandre <[email protected]>
1 parent 6485195 commit fc8fca0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/src/app/applications/components/application-sync-options/application-sync-options.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ export const ApplicationSyncOptions = (props: ApplicationSyncOptionProps) => (
112112
</div>
113113
))}
114114
<div className='small-12' style={optionStyle}>
115+
{selectOption('Prune', 'Prune', 'true', ['true', 'false', 'confirm'], props)}
116+
{selectOption('Delete', 'Delete', 'true', ['true', 'false', 'confirm'], props)}
115117
{booleanOption('Replace', 'Replace', false, props, false, REPLACE_WARNING)}
116118
</div>
117119
</div>

0 commit comments

Comments
 (0)