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() {
Cluster
+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() {Pool
+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() {