From 740c8f5c434da8ac7644fc8124d67bec58a5957c Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Sat, 11 Mar 2023 13:49:39 -0700 Subject: [PATCH] Fix json problem, change stat title --- web/portal.json | 4 ++-- web/stat.html | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/web/portal.json b/web/portal.json index 7c93060..281e153 100644 --- a/web/portal.json +++ b/web/portal.json @@ -8,14 +8,14 @@ "href": "https://forgejo.org/", "target": "_blank", "icon": "https://forgejo.org/favicon.svg" - } + }, { "title": "Jellyfin", "href": "https://jellyfin.org/", "icon": "https://jellyfin.org/images/icon-transparent.svg" }, { - "title": "Host Stats", + "title": "CPU Stats", "href": "/stat.html", "app": "stat" } diff --git a/web/stat.html b/web/stat.html index 89d9bcf..0ed3e9f 100644 --- a/web/stat.html +++ b/web/stat.html @@ -1,8 +1,9 @@ - Webstat + CPU Stats +