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

18 lines
482 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>
<th><span trspan="value"></span></th>
2015-12-15 20:05:45 +01:00
<td><input id="textinput" class="form-control" ng-model="currentNode.data" ng-change="execFilters(_findScopeByKey('authParams'))"/></td>
</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>