diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 2679791..5dc9eba 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -3,11 +3,18 @@ import { GnBadge, GnButton, + GnCard, GnCheckbox, + GnEmptyState, + GnIconButton, GnInput, + GnMetricCard, GnModal, + GnPageHeader, + GnSearchField, GnTabs, - GnTextarea + GnTextarea, + GnToolbar } from "gnexus-ui-kit/vue"; import { api } from "./api"; @@ -434,14 +441,21 @@ -
- Select a secret - Metadata is shown by default. Values are available through reveal. -
+ @@ -742,13 +746,13 @@
/health - + {{ diagnostics.health }} /ready - + {{ diagnostics.ready }} @@ -765,10 +769,10 @@ {{ user.email }} {{ user.display_name || user.id }} - + {{ user.status }} - + {{ user.role }} {{ user.last_seen_at || "never" }} @@ -780,123 +784,133 @@
- +
-