mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-22 09:10:25 +08:00
22 lines
488 B
HTML
22 lines
488 B
HTML
|
|
{$layout}
|
||
|
|
{$template "../node_menu"}
|
||
|
|
|
||
|
|
{$var "header"}
|
||
|
|
<!-- echart -->
|
||
|
|
<script type="text/javascript" src="/js/echarts/echarts.min.js"></script>
|
||
|
|
{$end}
|
||
|
|
|
||
|
|
<h4>上行流量</h4>
|
||
|
|
<div class="chart-box" id="traffic-in-chart"></div>
|
||
|
|
|
||
|
|
<h4>下行流量</h4>
|
||
|
|
<div class="chart-box" id="traffic-out-chart"></div>
|
||
|
|
|
||
|
|
<h4>CPU</h4>
|
||
|
|
<div class="chart-box" id="cpu-chart"></div>
|
||
|
|
|
||
|
|
<h4>内存</h4>
|
||
|
|
<div class="chart-box" id="memory-chart"></div>
|
||
|
|
|
||
|
|
<h4>负载</h4>
|
||
|
|
<div class="chart-box" id="load-chart"></div>
|