mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
- 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:
@@ -21,7 +21,7 @@
|
||||
</div>
|
||||
|
||||
<!--Upload Progressbar-->
|
||||
<UploadProgress class="pt-3" />
|
||||
<UploadProgress class="pt-3 pl-4" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -791,7 +791,11 @@ export default {
|
||||
value: 'vi',
|
||||
label: 'Vielabele',
|
||||
},
|
||||
{
|
||||
{
|
||||
value: 'vn',
|
||||
label: 'Viet Nam',
|
||||
},
|
||||
{
|
||||
value: 'vo',
|
||||
label: 'Volapük',
|
||||
},
|
||||
|
||||
@@ -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}`,
|
||||
|
||||
Reference in New Issue
Block a user