mirror of
https://github.com/imgfloat/server.git
synced 2026-02-04 19:29:26 +00:00
Remove redundant badge
This commit is contained in:
@@ -170,13 +170,6 @@ function renderSystemAdministrators(admins) {
|
||||
title.textContent = admin;
|
||||
titleRow.appendChild(title);
|
||||
|
||||
if (isInitialSysadmin) {
|
||||
const badge = document.createElement("span");
|
||||
badge.classList.add("chip", "subtle", "sysadmin-badge");
|
||||
badge.textContent = "Initial system admin";
|
||||
titleRow.appendChild(badge);
|
||||
}
|
||||
|
||||
const subtitle = document.createElement("p");
|
||||
subtitle.classList.add("muted");
|
||||
subtitle.textContent = "System admin access";
|
||||
|
||||
Reference in New Issue
Block a user