Compare commits

..

2 Commits

Author SHA1 Message Date
simonmicro
9b7899f1d8
Merge pull request #22 from arthursimas1/fix/admin-tab
FIX: hiding admins tab if user is not a super-user
2022-08-24 20:09:38 +02:00
Arthur Simas
027e8c3d61
FIX: hiding admins tab if user is not a super-user 2022-08-10 05:34:44 -03:00

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