Remove all remaining validator_regexp
This commit is contained in:
parent
373bd83640
commit
ecb815666e
6 changed files with 9 additions and 9 deletions
|
|
@ -211,7 +211,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<input type="text" id="kvre{{flag.id}}" ng-model="flag.validator_regexp" class="col form-control form-control-sm" placeholder="Regexp selecting validation string" title="Regexp selecting validation string">
|
||||
<input type="text" id="kvre{{flag.id}}" ng-model="flag.capture_regexp" class="col form-control form-control-sm" placeholder="Regexp selecting validation string" title="Regexp selecting validation string">
|
||||
</div>
|
||||
</form>
|
||||
<form ng-submit="testFlag(flag)">
|
||||
|
|
|
|||
Reference in a new issue