diff --git a/frontend/app/components/ClusterSettings.jsx b/frontend/app/components/ClusterSettings.jsx index 2c762e3..f3ad435 100644 --- a/frontend/app/components/ClusterSettings.jsx +++ b/frontend/app/components/ClusterSettings.jsx @@ -360,7 +360,10 @@ export default function ClusterSettingsPage() {
{/* Header */}
-

{cluster.name}

+

Cluster

+

+ {cluster.name} +

Cluster settings and overview

diff --git a/frontend/app/components/Form.jsx b/frontend/app/components/Form.jsx index f1772da..f29bb49 100644 --- a/frontend/app/components/Form.jsx +++ b/frontend/app/components/Form.jsx @@ -680,9 +680,7 @@ export default function Form() {
) : ( - + {method.content} )} diff --git a/frontend/app/components/Header.jsx b/frontend/app/components/Header.jsx index d821c07..4cce812 100644 --- a/frontend/app/components/Header.jsx +++ b/frontend/app/components/Header.jsx @@ -103,7 +103,7 @@ export default function Header() { return (
-
+
-

{pool.name}

+

Pool

+

{pool.name}

Manage clusters assigned to this pool. diff --git a/frontend/app/components/Results.jsx b/frontend/app/components/Results.jsx index f6d46a8..4be0f23 100644 --- a/frontend/app/components/Results.jsx +++ b/frontend/app/components/Results.jsx @@ -353,7 +353,7 @@ export default function ResultsPage() { {/* EMPTY STATE */} {!loading && reports.length === 0 && ( -

No reports found

+

No reports found

)} {/* RESULTS */} @@ -461,7 +461,7 @@ export default function ResultsPage() {
{/* PAGINATION */} - {pagination && ( + {pagination && pagination.totalPages > 0 && (