Skip to content

Commit 5fc1319

Browse files
committed
feat: add Prune and delete sync option edit on UI
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@ledger.fr>
1 parent ffdff34 commit 5fc1319

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ export const ApplicationSyncOptions = (props: ApplicationSyncOptionProps) => (
139139
{render(props)}
140140
</div>
141141
))}
142+
<div className='small-12' style={optionStyle}>
143+
{selectOption('Prune', 'Prune', 'true', ['true', 'false', 'confirm'], props)}
144+
{selectOption('Delete', 'Delete', 'true', ['true', 'false', 'confirm'], props)}
145+
</div>
142146
<DataLoader
143147
load={async () => {
144148
const settings = await services.authService.settings();

0 commit comments

Comments
 (0)