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

18 lines
538 B
HTML

<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">{{translateTitle(currentNode)}}</h3>
</div>
<table class="table table striped">
<tr>
<th><label id="labeli" for="textinput" trspan="value"></label></th>
<td><input id="textinput" class="form-control" ng-model="currentNode.data" ng-change="execFilters(_findScopeByKey('authParams'))" aria-describedby="labeli"/></td>
</tr>
</table>
</div>
<script type="text/menu">
[{
"title": "cancel",
"icon": "remove"
}]
</script>