Updates
CI / test (push) Successful in 58s
Release rolling / release (push) Successful in 7m10s

This commit is contained in:
Raven Scott
2026-07-18 19:16:58 -04:00
parent 1d46b7b3ad
commit 462cce4b5b
24 changed files with 1398 additions and 51 deletions
+8 -4
View File
@@ -95,22 +95,22 @@
</section>
<section class="charts-grid">
<article class="panel chart-panel">
<article class="panel chart-panel" data-chart="system.cpu" id="panel-cpu">
<header>
<h3>CPU</h3>
<span class="muted" id="chart-cpu-label">system.cpu</span>
</header>
<canvas id="chart-cpu" height="140"></canvas>
</article>
<article class="panel chart-panel">
<article class="panel chart-panel" data-chart="mem.available" id="panel-ram">
<header><h3>Memory</h3><span class="muted">system.ram</span></header>
<canvas id="chart-ram" height="140"></canvas>
</article>
<article class="panel chart-panel">
<article class="panel chart-panel" data-chart="system.net" id="panel-net">
<header><h3>Network</h3><span class="muted">system.net</span></header>
<canvas id="chart-net" height="140"></canvas>
</article>
<article class="panel chart-panel">
<article class="panel chart-panel" data-chart="explore" id="panel-explore">
<header>
<h3>Explore</h3>
<label class="chart-picker">
@@ -126,6 +126,10 @@
<section class="bottom-row">
<div class="panel">
<h3>Anomalies</h3>
<label class="check-row">
<input type="checkbox" id="notify-desktop" checked />
Desktop notifications
</label>
<ul id="anomaly-list" class="event-list"></ul>
</div>
<div class="panel">