Fix json problem, change stat title
This commit is contained in:
parent
b7794bc37c
commit
740c8f5c43
|
@ -8,14 +8,14 @@
|
||||||
"href": "https://forgejo.org/",
|
"href": "https://forgejo.org/",
|
||||||
"target": "_blank",
|
"target": "_blank",
|
||||||
"icon": "https://forgejo.org/favicon.svg"
|
"icon": "https://forgejo.org/favicon.svg"
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
"title": "Jellyfin",
|
"title": "Jellyfin",
|
||||||
"href": "https://jellyfin.org/",
|
"href": "https://jellyfin.org/",
|
||||||
"icon": "https://jellyfin.org/images/icon-transparent.svg"
|
"icon": "https://jellyfin.org/images/icon-transparent.svg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Host Stats",
|
"title": "CPU Stats",
|
||||||
"href": "/stat.html",
|
"href": "/stat.html",
|
||||||
"app": "stat"
|
"app": "stat"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Webstat</title>
|
<title>CPU Stats</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
<link rel="icon" href="portal.png">
|
||||||
<script src="stat.mjs" type="module"></script>
|
<script src="stat.mjs" type="module"></script>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
|
|
Loading…
Reference in New Issue