lemonldap-ng/lemonldap-ng-manager/site/htdocs/static/forms/samlIDPMetaDataNode.html
2017-02-22 21:48:52 +00:00

22 lines
502 B
HTML

<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title" trspan="samlIDP"></h3>
</div>
<table class="table">
<tr>
<th><span trspan="samlIDPName"></span></th>
<td><input id="hashkeyinput" class="form-control" ng-model="currentNode.title"/></td>
</tr>
</table>
</div>
<script type="text/menu">
[{
"title": "addIDPSamlPartner",
"action": "addSamlIDP",
"icon": "plus-sign"
}, {
"title": "deleteEntry",
"icon": "plus-sign"
}]
</script>