lemonldap-ng/lemonldap-ng-manager/site/htdocs/static/forms/authParamsText.html

18 lines
538 B
HTML
Raw Normal View History

2015-12-15 20:05:45 +01:00
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">{{translateTitle(currentNode)}}</h3>
</div>
<table class="table table striped">
<tr>
2017-03-24 16:03:40 +01:00
<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>
2015-12-15 20:05:45 +01:00
</tr>
</table>
</div>
2016-02-16 07:21:40 +01:00
<script type="text/menu">
[{
2015-12-15 20:05:45 +01:00
"title": "cancel",
"icon": "remove"
2016-02-16 07:21:40 +01:00
}]
2015-12-15 20:05:45 +01:00
</script>