lemonldap-ng/lemonldap-ng-manager/site/htdocs/static/forms/authParamsTextContainer.html
Maudoux Christophe 6e27659c51 Revert "Update doc"
This reverts commit b77d45eca9
2018-03-12 16:45:22 +01:00

18 lines
572 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 id="{{n+'label'}}" for="{{n+'i'}}">{{translateTitle(n)}}</th>
<td>
<input class="form-control" ng-model="n.data" ng-change="execFilters(_findScopeByKey('authParams'))" id="{{n+'i'}}" aria-describedby="{{n+'label'}}" />
</td>
</tr>
</tbody>
</table>
<script type="text/menu">
[]
</script>