From b69cc4bc4b090ed33c1e4101e08ec6ae0a7ba707 Mon Sep 17 00:00:00 2001 From: austnv Date: Sun, 21 Jun 2026 21:38:23 +0300 Subject: [PATCH] update NodesStatus.vue --- src/components/NodesStatus.vue | 119 +++++++++++++++++++++++---------- 1 file changed, 85 insertions(+), 34 deletions(-) diff --git a/src/components/NodesStatus.vue b/src/components/NodesStatus.vue index 1570baf..396cee1 100644 --- a/src/components/NodesStatus.vue +++ b/src/components/NodesStatus.vue @@ -4,17 +4,28 @@ Статус серверов -
+
+ +
+ +

{{ error }}

-
+
@@ -23,7 +34,7 @@ :src="`https://cdn.jsdelivr.net/npm/flag-icons@7.2.3/flags/4x3/${host.countryCode}.svg`" class="h-5 w-auto rounded-sm" /> - {{ host.cleanName }} + {{ host.name }}
-
+
+ {{ host.ping }}ms - + + + +
@@ -54,8 +79,8 @@ \ No newline at end of file +s \ No newline at end of file