diff --git a/app/frontend/templates/panel/panel_config.html b/app/frontend/templates/panel/panel_config.html index 29db621c..920a3e27 100644 --- a/app/frontend/templates/panel/panel_config.html +++ b/app/frontend/templates/panel/panel_config.html @@ -30,10 +30,9 @@
-

Users

-
- Can't see everything on mobile?
Try scrolling the table sideways.
-
+

Users

+ +
  Add New User
@@ -53,7 +52,7 @@ {% for user in data['users'] %} {{ user.username }} - + {% if user.enabled %} Yes @@ -66,15 +65,15 @@ {% end %} - {{ user.api_token }} +
    {% for item in data['auth-servers'][user.user_id] %}
  • {{item}}
  • {% end %}
-
    +
      {% for item in data['user-roles'][user.user_id] %} -
    • {{item}}
    • +
    • {{item}}
    • {% end %} @@ -93,9 +92,7 @@

      Roles

      -
      - Can't see everything on mobile?
      Try scrolling the table sideways.
      -
      +
      @@ -146,17 +143,46 @@
      + + {% end %} {% block js %} + {% end %} \ No newline at end of file diff --git a/app/translations/en_EN.json b/app/translations/en_EN.json index 2d9e8001..368cde3a 100644 --- a/app/translations/en_EN.json +++ b/app/translations/en_EN.json @@ -82,6 +82,7 @@ "nextBackup": "Next:", "servers": "Servers", "cannotSeeOnMobile": "Not seeing everything on mobile?", + "cannotSee": "Not seeing everything?", "cannotSeeOnMobile2": "Try scrolling the table sideways.", "max": "Max", "avg": "Avg", diff --git a/app/translations/fi_FI.json b/app/translations/fi_FI.json index 5d01e14b..24eebb9d 100644 --- a/app/translations/fi_FI.json +++ b/app/translations/fi_FI.json @@ -82,6 +82,7 @@ "nextBackup": "Seuraava:", "servers": "Palvelimet", "cannotSeeOnMobile": "Etkö näe kaikkea mobiililaitteella?", + "cannotSee": "Not seeing everything?", "cannotSeeOnMobile2": "Yritä vierittää taulukkoa sivuttain.", "max": "maks.", "avg": "ka.", diff --git a/app/translations/fr_FR.json b/app/translations/fr_FR.json index 439574b1..7ab93802 100644 --- a/app/translations/fr_FR.json +++ b/app/translations/fr_FR.json @@ -82,6 +82,7 @@ "nextBackup": "Prochain:", "servers": "Serveurs", "cannotSeeOnMobile": "Impossible de tout voir sur mobile ?", + "cannotSee": "Not seeing everything?", "cannotSeeOnMobile2": "Essaie de déplacer le tableau sur le côté.", "max": "Max", "avg": "Moy",