mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
index.html table show today flow_out and flow_in
This commit is contained in:
parent
060277308b
commit
5cdb84c666
@ -23,8 +23,8 @@
|
|||||||
<th class="tab_info" ng-click="col='listen_port';desc=!desc">Port<i class="iconfont pull-right"></i></th>
|
<th class="tab_info" ng-click="col='listen_port';desc=!desc">Port<i class="iconfont pull-right"></i></th>
|
||||||
<th class="tab_info" ng-click="col='status';desc=!desc">Status<i class="iconfont pull-right"></i></th>
|
<th class="tab_info" ng-click="col='status';desc=!desc">Status<i class="iconfont pull-right"></i></th>
|
||||||
<th class="tab_info" ng-click="col='current_conns';desc=!desc">CurCon<i class="iconfont pull-right"></i></th>
|
<th class="tab_info" ng-click="col='current_conns';desc=!desc">CurCon<i class="iconfont pull-right"></i></th>
|
||||||
<th class="tab_info" ng-click="col='daily[0].flow_out';desc=!desc">FlowOut<i class="iconfont pull-right"></i></th>
|
<th class="tab_info" ng-click="col='daily[daily.length-1].flow_out';desc=!desc">FlowOut<i class="iconfont pull-right"></i></th>
|
||||||
<th class="tab_info" ng-click="col='daily[0].flow_in';desc=!desc">FlowIn<i class="iconfont pull-right"></i></th>
|
<th class="tab_info" ng-click="col='daily[daily.length-1].flow_in';desc=!desc">FlowIn<i class="iconfont pull-right"></i></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="tab_body">
|
<tbody id="tab_body">
|
||||||
@ -36,8 +36,8 @@
|
|||||||
<td><span ng-bind="x.listen_port"></span></td>
|
<td><span ng-bind="x.listen_port"></span></td>
|
||||||
<td><span ng-bind="x.status"></span></td>
|
<td><span ng-bind="x.status"></span></td>
|
||||||
<td><span ng-bind="x.current_conns"></span></td>
|
<td><span ng-bind="x.current_conns"></span></td>
|
||||||
<td><span ng-bind="x.daily[0].flow_out"></span></td>
|
<td><span ng-bind="x.daily[x.daily.length-1].flow_out"></span></td>
|
||||||
<td><span ng-bind="x.daily[0].flow_in"></span></td>
|
<td><span ng-bind="x.daily[x.daily.length-1].flow_in"></span></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user