commit
07dcfeb330
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
<tr ng-repeat="p in policy">
|
||||
<td>{{p.displayName}}</td>
|
||||
<td>
|
||||
<input type="text" class="form-control" ng-model="p.value" ng-show="p.configType" data-ng-required="!p.configType && !p.defaultValue">
|
||||
<input type="text" class="form-control" ng-model="p.value" ng-show="p.configType" data-ng-required="p.configType && !p.defaultValue">
|
||||
</td>
|
||||
<td class="kc-action-cell" ng-click="removePolicy($index)">{{:: 'delete' | translate}}</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue