Updates
This commit is contained in:
+8
-4
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user