diff --git a/webui/src/components/ControlPanel.vue b/webui/src/components/ControlPanel.vue index ea772d0..56e5aa9 100644 --- a/webui/src/components/ControlPanel.vue +++ b/webui/src/components/ControlPanel.vue @@ -4,10 +4,41 @@
-
{{ status }}
-
{{ alertMessage }}
+ :class="{ + 'text-green-100': status === 'ok', + 'bg-green-700': status === 'ok', + 'text-red-100': status === 'error', + 'bg-red-700': status === 'error', + }"> +
+ + + + + + + + + + +
+
+ {{ alertMessage }} +