指标数据增加占比数据

This commit is contained in:
刘祥超
2021-07-01 10:39:07 +08:00
parent a7aed3d49e
commit 534f10b8a7
3 changed files with 11 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
<tr>
<th>指标对象</th>
<th>指标值</th>
<th>占比</th>
<th>时间</th>
<th>集群</th>
<th>节点</th>
@@ -17,6 +18,7 @@
<tr v-for="stat in stats">
<td>{{stat.keys}}</td>
<td>{{stat.value}}</td>
<td>{{stat.ratio}}%</td>
<td>{{stat.time}}</td>
<td>{{stat.cluster.name}}</td>
<td>{{stat.node.name}}</td>

View File

@@ -1,7 +1,7 @@
{$layout "layout"}
{$template "item_menu"}
<warning-message>修改统计对象、统计周期、统计数值等参数,将重新记录数据。</warning-message>
<warning-message>修改统计对象、统计周期、统计数值等任一参数,将重新记录数据。</warning-message>
<form class="ui form" data-tea-action="$" data-tea-success="success">
<csrf-token></csrf-token>