Browse Source

refactor/gui-v2-store-fixed-text-reset-modal

pull/2798/head
Muhammed Mustafa 2 years ago
parent
commit
9a4f36da70
  1. 10
      packages/nc-gui-v2/components/dashboard/settings/AppStore/index.vue

10
packages/nc-gui-v2/components/dashboard/settings/AppStore/index.vue

@ -79,14 +79,14 @@ onMounted(async () => {
/>
</a-modal>
<a-modal v-model:visible="showPluginUninstallModal" :closable="false" width="22rem" centered :footer="null">
<a-modal v-model:visible="showPluginUninstallModal" :closable="false" width="24rem" centered :footer="null">
<div class="flex flex-col h-full">
<div class="flex flex-row justify-center mt-2 text-center w-full">
{{ `Are you sure you to reset ${pluginApp && pluginApp.title}` }}
<div class="flex flex-row justify-center mt-2 text-center w-full text-base">
{{ `Click on confirm to reset ${pluginApp && pluginApp.title}` }}
</div>
<div class="flex mt-10 justify-center space-x-2">
<div class="flex mt-6 justify-center space-x-2">
<a-button @click="showPluginUninstallModal = false"> Cancel </a-button>
<a-button type="primary" danger @click="resetPlugin"> Reset </a-button>
<a-button type="primary" danger @click="resetPlugin"> Confirm </a-button>
</div>
</div>
</a-modal>

Loading…
Cancel
Save