[HOTFIX] Remove history count output
This commit is contained in:
parent
cc8eb07afa
commit
4c99fc5b12
@ -14,7 +14,6 @@
|
|||||||
<a href="#" class="traceroutes" v-on:click="traceRoute()">⛟</a>
|
<a href="#" class="traceroutes" v-on:click="traceRoute()">⛟</a>
|
||||||
<span class="small">{{executionTime}}</span>
|
<span class="small">{{executionTime}}</span>
|
||||||
<div>
|
<div>
|
||||||
<span>History: {{ tableDataHistory.length }}</span>
|
|
||||||
<table :id="'tableId_'+boxNumber" class="table table-striped">
|
<table :id="'tableId_'+boxNumber" class="table table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user