lemonldap-ng/lemonldap-ng-manager/site/static/forms/authParamsTextContainer.html
2015-12-15 19:05:45 +00:00

19 lines
505 B
HTML

<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">{{translateTitle(currentNode)}}</h3>
</div>
<table class="table table-striped">
<tbody>
<tr ng-repeat="n in currentNode.nodes">
<th>{{translateTitle(n)}}</th>
<td>
<input class="form-control" ng-model="n.data" ng-change="execFilters(_findScopeByKey('authParams'))" />
</td>
</tr>
</tbody>
</table>
<script type="text/javascript">
buttons=[
];
</script>