Skip to content

Commit b2ca286

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

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
@@ -113,6 +113,8 @@ export const ApplicationSyncOptions = (props: ApplicationSyncOptionProps) => (
113113
))}
114114
<div className='small-12' style={optionStyle}>
115115
{booleanOption('Replace', 'Replace', false, props, false, REPLACE_WARNING)}
116+
{selectOption('Prune', 'Prune behavior', 'true', ['true', 'false', 'confirm'], props)}
117+
{selectOption('Delete', 'Delete behavior', 'true', ['true', 'false', 'confirm'], props)}
116118
</div>
117119
</div>
118120
);

0 commit comments

Comments
 (0)