mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-25 03:26:34 +08:00
19 lines
469 B
HTML
19 lines
469 B
HTML
|
|
{$layout}
|
||
|
|
|
||
|
|
{$var "header"}
|
||
|
|
<!-- echart -->
|
||
|
|
<script type="text/javascript" src="/js/echarts/echarts.min.js"></script>
|
||
|
|
{$end}
|
||
|
|
|
||
|
|
{$template "/left_menu"}
|
||
|
|
<div class="right-box">
|
||
|
|
{$template "requests_menu"}
|
||
|
|
|
||
|
|
<div class="ui column">
|
||
|
|
<h4>请求数统计(小时)</h4>
|
||
|
|
<div class="chart-box" id="hourly-requests-chart"></div>
|
||
|
|
|
||
|
|
<h4>流量统计(小时)</h4>
|
||
|
|
<div class="chart-box" id="hourly-traffic-chart"></div>
|
||
|
|
</div>
|
||
|
|
</div>
|