diff --git a/jsx/src/components/ServerDashboard/ServerDashboard.jsx b/jsx/src/components/ServerDashboard/ServerDashboard.jsx
index c134d0d8..e467fa85 100644
--- a/jsx/src/components/ServerDashboard/ServerDashboard.jsx
+++ b/jsx/src/components/ServerDashboard/ServerDashboard.jsx
@@ -462,9 +462,11 @@ const ServerDashboard = (props) => {
-
+
+
+
|
|
|
@@ -559,6 +561,7 @@ const ServerDashboard = (props) => {
Shutdown Hub
+ |
{servers.flatMap(([user, server]) => serverRow(user, server))}
diff --git a/jsx/src/components/ServerDashboard/server-dashboard.css b/jsx/src/components/ServerDashboard/server-dashboard.css
index ae2ae0b4..11ba4f92 100644
--- a/jsx/src/components/ServerDashboard/server-dashboard.css
+++ b/jsx/src/components/ServerDashboard/server-dashboard.css
@@ -7,7 +7,7 @@
margin-left: auto;
}
-.server-dashboard-container .add-users-button {
+.server-dashboard-container .btn-light {
border: 1px solid #ddd;
}
@@ -38,3 +38,11 @@ tr.noborder > td {
border: 1px solid #ddd;
border-radius: 2px;
}
+
+.table > tbody > tr.user-row > td {
+ vertical-align: inherit;
+}
+
+.user-row .actions > * {
+ margin-right: 5px;
+}