Skip to content

Commit

Permalink
dashboard: Add statIntervalMs field in DegradeRule dialog (#1781)
Browse files Browse the repository at this point in the history
  • Loading branch information
xierunzi authored Nov 23, 2020
1 parent 699532e commit 7920243
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 7920243

Please sign in to comment.