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

26 lines
651 B
HTML
Raw Normal View History

<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">{{translateTitle(currentNode)}}</h3>
</div>
<table class="table">
<tr>
<th><span trspan="hashkey"></span></th>
<td><input id="hashkeyinput" class="form-control" ng-model="currentNode.title"/>
</tr>
<tr>
<th><span trspan="value"></span></th>
<td><input id="hashvalueinput" class="form-control" ng-model="currentNode.data"/>
</tr>
</table>
</div>
2016-02-16 07:21:40 +01:00
<script type="text/menu">
[{
2017-01-18 17:31:53 +01:00
"title": "newEntry",
"action": "newHashEntry",
"icon": "plus-sign"
},{
2017-01-18 17:31:53 +01:00
"title": "deleteEntry",
"icon": "minus-sign"
2016-02-16 07:21:40 +01:00
}]
</script>