Do not display response time

This commit is contained in:
Axel 2021-12-28 09:29:24 +01:00
parent a704c5bea3
commit ea63595795
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -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>