File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 <NcModal v-if =" showNewProvider"
5050 size =" large"
5151 :name =" t('user_oidc', 'Register a new provider')"
52- :can -close =" false " >
52+ :no -close =" true " >
5353 <div class =" providermodal__wrapper" >
5454 <h3 >{{ t('user_oidc', 'Register a new provider') }}</h3 >
5555 <p class =" settings-hint" >
100100 <NcModal v-if =" editProvider"
101101 size =" large"
102102 :name =" t('user_oidc', 'Update provider settings')"
103- :can -close =" false " >
103+ :no -close =" true " >
104104 <div class =" providermodal__wrapper" >
105105 <h3 >{{ t('user_oidc', 'Update provider settings') }}</h3 >
106106 <SettingsForm :provider =" editProvider"
107107 :update =" true"
108108 :submit-text =" t('user_oidc', 'Update provider')"
109109 @submit =" onUpdate"
110- @cancel-form =" editProvider= null" />
110+ @cancel-form =" editProvider = null" />
111111 </div >
112112 </NcModal >
113113 <NcDialog v-model:open =" showDeletionConfirmation"
119119 {{ t('user_oidc', 'Cancel') }}
120120 </NcButton >
121121 <NcButton
122- variant =" warning "
122+ variant =" error "
123123 @click =" confirmDelete" >
124124 <template #icon >
125125 <TrashCanOutlineIcon />
134134
135135<script >
136136import HelpCircleOutlineIcon from ' vue-material-design-icons/HelpCircleOutline.vue'
137- import DeleteOutlineIcon from ' vue-material-design-icons/DeleteOutline.vue'
138137import PencilOutlineIcon from ' vue-material-design-icons/PencilOutline.vue'
139138import PlusIcon from ' vue-material-design-icons/Plus.vue'
140139import TrashCanOutlineIcon from ' vue-material-design-icons/TrashCanOutline.vue'
@@ -163,7 +162,7 @@ export default {
163162 NcCheckboxRadioSwitch,
164163 NcButton,
165164 PencilOutlineIcon,
166- DeleteOutlineIcon ,
165+ TrashCanOutlineIcon ,
167166 NcDialog,
168167 PlusIcon,
169168 HelpCircleOutlineIcon,
You can’t perform that action at this time.
0 commit comments