- The switch button in archived plans is now hidden

- updated readme.md
- Fixed upload progressbar in mobile version
- Added Viet Nam language into the language editor
This commit is contained in:
Čarodej
2022-04-21 09:11:57 +02:00
parent ca76463fab
commit 64b0dff8fb
7 changed files with 95 additions and 73 deletions

View File

@@ -88,7 +88,9 @@
class="whitespace-nowrap border-b border-dashed border-light dark:border-opacity-5"
>
<td class="py-5 pr-3 md:pr-1">
<span v-if="row.data.attributes.status === 'archived'" class="ml-6 text-gray-300">-</span>
<SwitchInput
v-if="row.data.attributes.status === 'active'"
@input="
$updateInput(
`/subscriptions/admin/plans/${row.data.id}`,