diff --git a/ui/src/pages/tenant/SsoPage.tsx b/ui/src/pages/tenant/SsoPage.tsx
index 3d4ec8e..94e22ac 100644
--- a/ui/src/pages/tenant/SsoPage.tsx
+++ b/ui/src/pages/tenant/SsoPage.tsx
@@ -185,7 +185,7 @@ export function SsoPage() {
Enterprise SSO
@@ -284,7 +284,7 @@ export function SsoPage() {
description="Add an enterprise SSO connection to let your team sign in with their corporate identity provider."
action={
}
@@ -413,7 +413,7 @@ function CaCertificatesSection() {
} />
@@ -447,7 +447,7 @@ function CaCertificatesSection() {
diff --git a/ui/src/pages/tenant/TeamPage.tsx b/ui/src/pages/tenant/TeamPage.tsx
index 4d5df35..2289f15 100644
--- a/ui/src/pages/tenant/TeamPage.tsx
+++ b/ui/src/pages/tenant/TeamPage.tsx
@@ -161,7 +161,7 @@ export function TeamPage() {
Team
@@ -222,7 +222,7 @@ export function TeamPage() {
description="Invite colleagues to collaborate on this tenant."
action={
}
diff --git a/ui/src/pages/tenant/TenantDashboardPage.tsx b/ui/src/pages/tenant/TenantDashboardPage.tsx
index 33da9d4..6fde51f 100644
--- a/ui/src/pages/tenant/TenantDashboardPage.tsx
+++ b/ui/src/pages/tenant/TenantDashboardPage.tsx
@@ -112,7 +112,7 @@ export function TenantDashboardPage() {
}}
loading={restartServer.isPending}
>
-
+
Restart
@@ -150,16 +150,16 @@ export function TenantDashboardPage() {
variant="secondary"
onClick={() => window.open(`/t/${data.slug}/`, '_blank')}
>
-
+
Open Server Dashboard
)}
diff --git a/ui/src/pages/tenant/TenantLicensePage.tsx b/ui/src/pages/tenant/TenantLicensePage.tsx
index 66a0dd8..030cf55 100644
--- a/ui/src/pages/tenant/TenantLicensePage.tsx
+++ b/ui/src/pages/tenant/TenantLicensePage.tsx
@@ -132,12 +132,12 @@ export function TenantLicensePage() {