Files
netdata-DocRudi/app/templates/index.html
2024-11-24 20:36:11 +01:00

18 lines
494 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% if site_refresh > 0 %}
<meta http-equiv="refresh" content="{{ site_refresh }}">
{% endif %}
<title>DocRudi</title>
</head>
<body style="background-color:#64a0d6">
<h1>DocRudi: CPU/MEM from netdata: <a href="{{ netdata_host }}" target="_blank">{{ netdata_host }}</a></h1>
<div id="plot">
{{ plot | safe }};
</div>
</body>
</html>