Display period setting of the RateLimit middleware in the webui
This commit is contained in:
parent
5f514b0d16
commit
4c9765b52d
1 changed files with 9 additions and 1 deletions
|
@ -723,7 +723,7 @@
|
|||
</div>
|
||||
</q-card-section>
|
||||
|
||||
<!-- EXTRA FIELDS FROM MIDDLEWARES - [rateLimit] - average && burst-->
|
||||
<!-- EXTRA FIELDS FROM MIDDLEWARES - [rateLimit] - average & burst & period -->
|
||||
<q-card-section v-if="middleware.rateLimit">
|
||||
<div class="row items-start no-wrap">
|
||||
<div class="col">
|
||||
|
@ -742,6 +742,14 @@
|
|||
{{ exData(middleware).burst }}
|
||||
</q-chip>
|
||||
</div>
|
||||
<div class="col">
|
||||
<div class="text-subtitle2">Period</div>
|
||||
<q-chip
|
||||
dense
|
||||
class="app-chip app-chip-green">
|
||||
{{ exData(middleware).period }}
|
||||
</q-chip>
|
||||
</div>
|
||||
</div>
|
||||
</q-card-section>
|
||||
|
||||
|
|
Loading…
Reference in a new issue