File tree Expand file tree Collapse file tree
src/modules/navigation/partials Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 </template >
2929 {{ t('tables', 'Transfer application') }}
3030 </NcActionButton >
31- <NcActionButton v-if =" ownsContext(context)" :close-after-click =" true" data-cy =" navigationContextDeleteBtn"
32- @click =" deleteContext" >
33- <template #icon >
34- <DeleteOutline :size =" 20" />
35- </template >
36- {{ t('tables', 'Delete application') }}
37- </NcActionButton >
3831 <!-- ARCHIVE -->
3932 <NcActionButton v-if =" !context.archived" :close-after-click =" true" @click =" toggleArchiveContext(true)" >
4033 <template #icon >
5144 {{ t('tables', 'Unarchive application') }}
5245 </NcActionButton >
5346
47+ <NcActionButton v-if =" ownsContext(context)" :close-after-click =" true" data-cy =" navigationContextDeleteBtn"
48+ @click =" deleteContext" >
49+ <template #icon >
50+ <DeleteOutline :size =" 20" />
51+ </template >
52+ {{ t('tables', 'Delete application') }}
53+ </NcActionButton >
54+
5455 <NcActionCheckbox :checked =" showInNavigation" data-cy =" navigationContextShowInNavSwitch" @change =" changeDisplayMode" >
5556 {{ t('tables', 'Show in app list') }}
5657 </NcActionCheckbox >
You can’t perform that action at this time.
0 commit comments