mobile admin menu refactoring

This commit is contained in:
Čarodej
2022-01-12 08:28:12 +01:00
parent 53a2950dd3
commit e1bb4b2cbe
6 changed files with 196 additions and 110 deletions

View File

@@ -3,7 +3,7 @@
<div class="card shadow-card">
<!--Create button-->
<div v-if="! config.isCreatedMeteredPlan" class="mb-6">
<div v-if="! config.isCreatedMeteredPlan || config.subscriptionType === 'fixed'" class="mb-6">
<router-link :to="{name: createPlanRoute}">
<MobileActionButton icon="plus">
{{ $t('admin_page_plans.create_plan_button') }}