Browse Source

chore: minor changes

pull/9314/head
Raju Udava 3 months ago
parent
commit
d264a2c71a
  1. 20
      packages/nc-gui/components/account/Setup.vue
  2. 2
      packages/nc-gui/components/account/setup/List.vue

20
packages/nc-gui/components/account/Setup.vue

@ -37,16 +37,16 @@ const configs = computed(() => [
}, },
configured: storageConfigured.value, configured: storageConfigured.value,
}, },
{ // {
title: t('labels.switchToProd'), // title: t('labels.switchToProd'),
key: 'switchToProd', // key: 'switchToProd',
description: 'Switch to production-ready app database from existing application database.', // description: 'Switch to production-ready app database from existing application database.',
docsLink: 'https://docs.nocodb.com', // docsLink: 'https://docs.nocodb.com',
buttonClick: () => { // buttonClick: () => {
// TODO: Implement the logic to switch to production // // TODO: Implement the logic to switch to production
}, // },
isPending: !(appInfo.value as any)?.prodReady, // isPending: !(appInfo.value as any)?.prodReady,
}, // },
]) ])
onMounted(async () => { onMounted(async () => {

2
packages/nc-gui/components/account/setup/List.vue

@ -65,7 +65,7 @@ const closeResetModal = () => {
icon="delete" icon="delete"
class="text-error min-w-6 h-6 bg-white-500 !hidden !group-hover:!inline cursor-pointer" class="text-error min-w-6 h-6 bg-white-500 !hidden !group-hover:!inline cursor-pointer"
/> />
<GeneralIcon v-if="app.active" icon="circleCheckSolid" class="text-primary min-w-5 h-5 bg-white-500" /> <GeneralIcon v-if="app.active" icon="circleCheckSolid" class="text-success min-w-5 h-5 bg-white-500" />
<NcDropdown :trigger="['click']" overlay-class-name="!rounded-md" @click.stop> <NcDropdown :trigger="['click']" overlay-class-name="!rounded-md" @click.stop>
<GeneralIcon v-if="app.active" icon="threeDotVertical" class="min-w-5 h-5 bg-white-500" /> <GeneralIcon v-if="app.active" icon="threeDotVertical" class="min-w-5 h-5 bg-white-500" />

Loading…
Cancel
Save