Merge branch 'master' into entrust-ratelimit-deactive

This commit is contained in:
Hossein Shafagh
2021-01-19 16:26:11 -08:00
committed by GitHub
3 changed files with 6 additions and 5 deletions

View File

@ -25,6 +25,7 @@
<input name="sub" ng-if="item.type == 'int'" type="number" ng-pattern="/^[0-9]{12,12}$/"
class="form-control" ng-model="item.value"/>
<select name="sub" ng-if="item.type == 'select'" class="form-control"
ng-init="item.value = item.available[0]"
ng-options="i for i in item.available" ng-model="item.value"></select>
<input name="sub" ng-if="item.type == 'bool'" class="form-control" type="checkbox"
ng-model="item.value">