Do not display response time
This commit is contained in:
parent
a704c5bea3
commit
ea63595795
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -27,7 +27,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Response time chart block -->
|
<!-- Response time chart block -->
|
||||||
<div id="chart" class="round">
|
<div id="chart" class="round" v-if="task.type == 'http'">
|
||||||
<h3>Last {{ days }} days response time</h3>
|
<h3>Last {{ days }} days response time</h3>
|
||||||
<div class="block-content">
|
<div class="block-content">
|
||||||
<apexchart class="graph" v-if="charts.response.render" type="line" height="350" :options="charts.response.options" :series="charts.response.series"></apexchart>
|
<apexchart class="graph" v-if="charts.response.render" type="line" height="350" :options="charts.response.options" :series="charts.response.series"></apexchart>
|
||||||
|
|
Loading…
Add table
Reference in a new issue