mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 00:36:41 +08:00
fix ui
This commit is contained in:
@@ -492,7 +492,7 @@ onBeforeMount(async () => {
|
|||||||
{{ item.plugin_name }}<span class="text-sm ms-2 mt-1 text-gray-500">v{{ item?.plugin_version }}</span>
|
{{ item.plugin_name }}<span class="text-sm ms-2 mt-1 text-gray-500">v{{ item?.plugin_version }}</span>
|
||||||
<VIcon v-if="item.installed" color="success" icon="mdi-check-circle" class="ms-2" size="small" />
|
<VIcon v-if="item.installed" color="success" icon="mdi-check-circle" class="ms-2" size="small" />
|
||||||
</VListItemTitle>
|
</VListItemTitle>
|
||||||
<VListItemSubtitle class="mt-2">
|
<VListItemSubtitle>
|
||||||
<VChip
|
<VChip
|
||||||
v-for="label in pluginLabels(item.plugin_label)"
|
v-for="label in pluginLabels(item.plugin_label)"
|
||||||
variant="tonal"
|
variant="tonal"
|
||||||
|
|||||||
Reference in New Issue
Block a user