IP地址详情中增加区域监控雷达图、数据列表

This commit is contained in:
刘祥超
2021-09-15 17:54:03 +08:00
parent a885fdbea7
commit 6e36528f35
8 changed files with 164 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
{$layout}
{$template "/echarts"}
{$template "menu"}
<table class="ui table definition selectable">
<tr>
<td class="title">IP地址</td>
@@ -48,4 +50,11 @@
<span v-else class="disabled">没有设置阈值。</span>
</td>
</tr>
</table>
</table>
<!-- 监控信息 -->
<div v-if="results.length > 0">
<div class="margin"></div>
<h4>区域监控 <a :href="Tea.url('.reports', {addrId: addr.id})"><span>[详情]</span></a></h4>
<div class="ui segment chart-box" id="reports-chart-box"></div>
</div>