From 1ce7da6a6f1ad2d1048070740f841400c6c9c690 Mon Sep 17 00:00:00 2001 From: KittenTM Date: Thu, 14 May 2026 06:52:36 +0200 Subject: [PATCH] run lint --- app/components/ServiceCard.vue | 28 +++++++++++++++++----------- app/components/StatusHeader.vue | 2 +- app/layouts/default.vue | 2 +- app/pages/status.vue | 23 ++++++++++++++++------- 4 files changed, 35 insertions(+), 20 deletions(-) diff --git a/app/components/ServiceCard.vue b/app/components/ServiceCard.vue index f65bde3..920d7e1 100644 --- a/app/components/ServiceCard.vue +++ b/app/components/ServiceCard.vue @@ -2,20 +2,28 @@
-

{{ name }}

- ? +

+ {{ name }} +

+ ?
-
+
-
+ />
- +
{{ status }}
@@ -31,9 +39,7 @@ \ No newline at end of file + diff --git a/app/pages/status.vue b/app/pages/status.vue index e369a43..a40e227 100644 --- a/app/pages/status.vue +++ b/app/pages/status.vue @@ -1,22 +1,31 @@