FIX: hiding admins tab if user is not a super-user

This commit is contained in:
Arthur Simas 2022-08-10 05:34:44 -03:00
parent 15e3df77cd
commit 027e8c3d61
No known key found for this signature in database
GPG Key ID: 3760AF0C6EC0AF12

View File

@ -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;
}