Lynx
GitHub
před 4 roky
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl
10 přidání a
0 odebrání
-
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> |
|
|
|