lemonldap-ng/lemonldap-ng-manager/site/htdocs/static/forms/int.html
2020-07-28 14:17:33 +02:00

18 lines
413 B
HTML

<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">{{translateTitle(currentNode)}}</h3>
</div>
<table class="table">
<tr>
<th trspan="value"></th>
<td><input id="intinput" type="number" class="form-control" ng-model="currentNode.data"/></td>
</tr>
</table>
</div>
<script type="text/menu">
[{
"title": "cancel",
"icon": "remove"
}]
</script>