lemonldap-ng/lemonldap-ng-manager/site/static/forms/samlIDPMetaDataNode.html

22 lines
507 B
HTML
Raw Normal View History

<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title" trspan="samlIDP"/>
</div>
2015-10-23 17:18:47 +02:00
<table class="table">
<tr>
<th><span trspan="samlIDPName"/></th>
<td><input id="hashkeyinput" class="form-control" ng-model="currentNode.title"/></td>
</tr>
</table>
</div>
<script type="text/javascript">
buttons=[{
"title": "addIDPSamlPartner",
"action": "addSamlIDP",
"icon": "plus-sign"
}, {
"title": "deleteEntry",
"icon": "plus-sign"
}];
</script>