diff --git a/dashboard/src/views/extension/InstalledPluginsTab.vue b/dashboard/src/views/extension/InstalledPluginsTab.vue index caba29059..09813c6ef 100644 --- a/dashboard/src/views/extension/InstalledPluginsTab.vue +++ b/dashboard/src/views/extension/InstalledPluginsTab.vue @@ -450,79 +450,64 @@ const pinnedPlugins = computed(() => { - - - {{ - showReserved ? "mdi-eye-off" : "mdi-eye" - }} - - {{ - showReserved - ? tm("buttons.hideSystemPlugins") - : tm("buttons.showSystemPlugins") - }} - + + + {{ showReserved ? "mdi-eye-off" : "mdi-eye" }} + + {{ + showReserved + ? tm("buttons.hideSystemPlugins") + : tm("buttons.showSystemPlugins") + }} + - - mdi-update - {{ tm("buttons.updateAll") }} - - + + mdi-update + {{ tm("buttons.updateAll") }} + -
- - - {{ tm("filters.all") }} - - - {{ tm("status.enabled") }} - - - {{ tm("status.disabled") }} - - +
+ + + {{ tm("filters.all") }} + + + {{ tm("status.enabled") }} + + + {{ tm("status.disabled") }} + + - -
-
- - + +