-
{{ 'notifications.title' | tr }}
-
-
-
-
-
-
-
-
diff --git a/dashboard/public/views/profile.html b/dashboard/public/views/profile.html
index 6bd1bef82..217b2f223 100644
--- a/dashboard/public/views/profile.html
+++ b/dashboard/public/views/profile.html
@@ -387,9 +387,7 @@
-
-
{{ 'profile.title' | tr }}
-
+
-
-
-
-
{{ 'profile.appPasswords.title' | tr }}
-
+
-
-
-
-
{{ 'profile.apiTokens.title' | tr }}
-
+
-
-
-
-
{{ 'profile.loginTokens.title' | tr }}
-
+
diff --git a/dashboard/public/views/services.html b/dashboard/public/views/services.html
index 9fb2cdbcd..e6b5527dc 100644
--- a/dashboard/public/views/services.html
+++ b/dashboard/public/views/services.html
@@ -47,10 +47,10 @@
-
-
{{ 'services.title' | tr }}
-
-
+
diff --git a/dashboard/public/views/settings.html b/dashboard/public/views/settings.html
index 85d328825..292773ef8 100644
--- a/dashboard/public/views/settings.html
+++ b/dashboard/public/views/settings.html
@@ -140,13 +140,9 @@
-
-
{{ 'settings.title' | tr }}
-
+
-
-
{{ 'settings.appstoreAccount.title' | tr }}
-
+
-
+
-
+
-
+
-
+
diff --git a/dashboard/public/views/support.html b/dashboard/public/views/support.html
index 4bd75821e..467d235ef 100644
--- a/dashboard/public/views/support.html
+++ b/dashboard/public/views/support.html
@@ -1,12 +1,8 @@
-
-
{{ 'support.title' | tr }}
-
+
-
-
{{ 'support.help.title' | tr }}
-
+
-
-
Troubleshoot
-
+
-
+
diff --git a/dashboard/public/views/system.html b/dashboard/public/views/system.html
index 891e6b1d1..80a3abe65 100644
--- a/dashboard/public/views/system.html
+++ b/dashboard/public/views/system.html
@@ -1,14 +1,11 @@
-
+
diff --git a/dashboard/public/views/user-settings.html b/dashboard/public/views/user-settings.html
index e8c6d51e5..77a9e161d 100644
--- a/dashboard/public/views/user-settings.html
+++ b/dashboard/public/views/user-settings.html
@@ -230,11 +230,7 @@
-
-
- {{ 'users.title' | tr }}
-
-
+
-
+
-
+
-
+
diff --git a/dashboard/public/views/users.html b/dashboard/public/views/users.html
index 50c9ef405..17c1cf2d4 100644
--- a/dashboard/public/views/users.html
+++ b/dashboard/public/views/users.html
@@ -401,11 +401,7 @@
-
-
- {{ 'main.navbar.users' | tr }}
-
-
+
-
-
-
-
- {{ 'users.groups.title' | tr }}
-
-
-
+
diff --git a/dashboard/public/views/volumes.html b/dashboard/public/views/volumes.html
index 96c461d15..96815f786 100644
--- a/dashboard/public/views/volumes.html
+++ b/dashboard/public/views/volumes.html
@@ -185,9 +185,10 @@
-
-
{{ 'volumes.title' | tr }}
-
+
diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss
index c510b363f..efe3b7336 100644
--- a/dashboard/src/theme.scss
+++ b/dashboard/src/theme.scss
@@ -342,7 +342,17 @@ h1, h2, h3 {
}
.section-header {
+ display: flex;
+ flex-wrap: wrap;
+ align-content: space-between;
+ justify-content: space-between;
+ align-items: end;
margin-top: 50px;
+ gap: 5px;
+}
+
+h1.section-header {
+ margin-top: 20px;
}
.offscreen {