Fix json problem, change stat title
This commit is contained in:
parent
b7794bc37c
commit
740c8f5c43
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Webstat</title>
|
||||
<title>CPU Stats</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="icon" href="portal.png">
|
||||
<script src="stat.mjs" type="module"></script>
|
||||
<style>
|
||||
html, body {
|
||||
|
|
Loading…
Reference in New Issue