diff --git a/web/app/(app)/keys/[id]/page.tsx b/web/app/(app)/keys/[id]/page.tsx index f90a23c..0e68f12 100644 --- a/web/app/(app)/keys/[id]/page.tsx +++ b/web/app/(app)/keys/[id]/page.tsx @@ -248,20 +248,22 @@ export default function KeyDetailPage() { /> )} -
-
+
+
← SSH Keys -
+

{key.label}

{key.source}
-

{key.fingerprint}

+ {/* A fingerprint is one unbreakable token; without break-all it + overflows the column rather than wrapping. */} +

{key.fingerprint}

-
+
diff --git a/web/app/(app)/secrets/[group]/page.tsx b/web/app/(app)/secrets/[group]/page.tsx index 0745b68..1fdf4c9 100644 --- a/web/app/(app)/secrets/[group]/page.tsx +++ b/web/app/(app)/secrets/[group]/page.tsx @@ -249,13 +249,13 @@ export default function SecretGroupPage() {
-
-

{group}

-

+

+

{group}

+

ESO reads this group at GET /api/secrets/{group}/values

-
+