mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-07-21 18:49:44 +00:00
Add links to global settings
This commit is contained in:
parent
940505edec
commit
05884fd12d
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@
|
|||
<h1>Global Settings</h1>
|
||||
|
||||
<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>
|
||||
|
||||
<form @submit="saveCommands">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue