Skip to content

Commit

Permalink
add statIntervalMs input in degrade-rule-dialog.html
Browse files Browse the repository at this point in the history
  • Loading branch information
xierunzi committed Oct 13, 2020
1 parent 55a8294 commit c0ce214
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@
</div>
</div>

<div class="form-group">
<label class="col-sm-2 control-label">统计时长</label>
<div class="col-sm-4">
<div class="input-group">
<input type='number' min="1" class="form-control highlight-border" ng-model='currentRule.statIntervalMs'
placeholder="统计时长(ms)" />
<span class="input-group-addon">ms</span>
</div>
</div>
</div>

</form>
</div>
Expand Down

0 comments on commit c0ce214

Please sign in to comment.