diff --git a/admin-web/static/app.js b/admin-web/static/app.js
index 39f07d7..e3c9e19 100644
--- a/admin-web/static/app.js
+++ b/admin-web/static/app.js
@@ -1153,7 +1153,9 @@ function renderUsers() {
return `
|
- ${escapeHtml(user.name)}${user.main ? ` ${escapeHtml(t("main"))}` : ""}
+
|
diff --git a/admin-web/static/index.html b/admin-web/static/index.html
index 60749ea..6405d90 100644
--- a/admin-web/static/index.html
+++ b/admin-web/static/index.html
@@ -400,6 +400,6 @@
-
+
|