From 4b03a48d8862e15d6487768e9fc450678d207545 Mon Sep 17 00:00:00 2001 From: Sergio <77530549+sergi0g@users.noreply.github.com> Date: Wed, 19 Feb 2025 20:31:57 +0200 Subject: [PATCH] Tiny web UI changes --- web/index.html | 20 ++++++++++---------- web/src/App.tsx | 6 +++--- web/src/components/Image.tsx | 32 +++++++++++++++++--------------- web/src/components/Search.tsx | 4 ++-- web/src/components/Server.tsx | 4 ++-- web/src/components/Statistic.tsx | 2 +- web/tailwind.config.js | 6 +++--- 7 files changed, 38 insertions(+), 36 deletions(-) diff --git a/web/index.html b/web/index.html index e414b58..a1658f7 100644 --- a/web/index.html +++ b/web/index.html @@ -12,7 +12,7 @@ {% else %} {% endif %} @@ -34,7 +34,7 @@
@@ -103,7 +103,7 @@
    {% for image in servers[server] %}
    • {% for image in servers[server] %}
    • ; return (
      @@ -38,7 +38,7 @@ function App() {
      {Object.entries(data.metrics) @@ -55,7 +55,7 @@ function App() {