mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-30 14:56:34 +08:00
实现基本的监控图表
This commit is contained in:
22
web/views/@default/clusters/cluster/node/monitor/index.html
Normal file
22
web/views/@default/clusters/cluster/node/monitor/index.html
Normal file
@@ -0,0 +1,22 @@
|
||||
{$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>
|
||||
Reference in New Issue
Block a user