mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
Add links to global settings
This commit is contained in:
parent
940505edec
commit
05884fd12d
@ -3,7 +3,8 @@
|
|||||||
<h1>Global Settings</h1>
|
<h1>Global Settings</h1>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><router-link v-if="user.admin" to="/users">Go to User Management</router-link></li>
|
<li><router-link to="/settings/profile">Go to Profile Settings</router-link></li>
|
||||||
|
<li><router-link to="/users">Go to User Management</router-link></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<form @submit="saveCommands">
|
<form @submit="saveCommands">
|
||||||
|
Loading…
Reference in New Issue
Block a user