You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
Remove Save button when there are no plugins
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<li><router-link to="/users">Go to User Management</router-link></li>
|
<li><router-link to="/users">Go to User Management</router-link></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<form @submit="savePlugin">
|
<form @submit="savePlugin" v-if="plugins.length > 0">
|
||||||
<template v-for="plugin in plugins">
|
<template v-for="plugin in plugins">
|
||||||
<h2>{{ capitalize(plugin.name) }}</h2>
|
<h2>{{ capitalize(plugin.name) }}</h2>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user