mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Remove redundant badge
This commit is contained in:
@@ -170,13 +170,6 @@ function renderSystemAdministrators(admins) {
|
|||||||
title.textContent = admin;
|
title.textContent = admin;
|
||||||
titleRow.appendChild(title);
|
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");
|
const subtitle = document.createElement("p");
|
||||||
subtitle.classList.add("muted");
|
subtitle.classList.add("muted");
|
||||||
subtitle.textContent = "System admin access";
|
subtitle.textContent = "System admin access";
|
||||||
|
|||||||
Reference in New Issue
Block a user