mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-04 13:15:58 +00:00
fixes
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
<AppInputSwitch
|
||||
:description="$t('admin_settings.others.storage_limit_help')"
|
||||
:title="$t('admin_settings.others.storage_limit')"
|
||||
:is-last="! app.storageLimitation"
|
||||
>
|
||||
<SwitchInput
|
||||
v-model="app.storageLimitation"
|
||||
|
||||
@@ -57,9 +57,7 @@
|
||||
</b>
|
||||
|
||||
<b
|
||||
v-if="
|
||||
config.subscriptionType === 'fixed' || (config.subscriptionType === 'none' && config.storageLimit)
|
||||
"
|
||||
v-if="config.storageLimit"
|
||||
class="mt-0.5 block text-sm dark:text-gray-500 text-gray-400"
|
||||
>
|
||||
{{ $t('total_of', {capacity: storage.data.attributes.capacity}) }}
|
||||
|
||||
@@ -247,7 +247,8 @@ export default {
|
||||
)
|
||||
|
||||
if (writeCheck && modulesCheck && iniCheck && this.apiRunning && this.phpVersion.acceptable) {
|
||||
this.$router.push({ name: 'PurchaseCode' })
|
||||
//this.$router.push({ name: 'PurchaseCode' })
|
||||
this.$router.push({ name: 'Database' })
|
||||
} else {
|
||||
this.isError = true
|
||||
}
|
||||
|
||||
@@ -10,9 +10,7 @@
|
||||
</b>
|
||||
|
||||
<b
|
||||
v-if="
|
||||
config.subscriptionType === 'fixed' || (config.subscriptionType === 'none' && config.storageLimit)
|
||||
"
|
||||
v-if="config.storageLimit"
|
||||
class="mt-0.5 block text-sm dark:text-gray-500 text-gray-400"
|
||||
>
|
||||
{{ $t('total_of', {capacity: storage.data.attributes.capacity}) }}
|
||||
|
||||
Reference in New Issue
Block a user