瀏覽代碼

dashboard: Add statIntervalMs field in DegradeRule dialog (#1781)

master
Lynx GitHub 4 年之前
父節點
當前提交
7920243dec
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 10 行新增0 行删除
  1. +10
    -0
      sentinel-dashboard/src/main/webapp/resources/app/views/dialog/degrade-rule-dialog.html

+ 10
- 0
sentinel-dashboard/src/main/webapp/resources/app/views/dialog/degrade-rule-dialog.html 查看文件

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


Loading…
取消
儲存