mirror of
https://github.com/simonmicro/Pritunl-Fake-API.git
synced 2025-12-06 02:56:59 -05:00
Merge pull request #22 from arthursimas1/fix/admin-tab
FIX: hiding admins tab if user is not a super-user
This commit is contained in:
commit
9b7899f1d8
@ -42,3 +42,7 @@
|
||||
.modal .modal-body .advanced {
|
||||
display: none;
|
||||
}
|
||||
/* Hide admins tab, it will be shown only if the user is a super-user */
|
||||
.nav .admins {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user