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

27 lines
860 B
HTML

<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title" trspan="samlIDPMetaDataNodes"></h3>
</div>
<table class="table table-striped">
<thead>
<tr><th trspan="samlIDPName"></th><th></th></tr>
</thead>
<tbody>
<tr ng-repeat="s in currentNode.nodes">
<td><input class="form-control" ng-model="s.title"/></td>
<td>
<span class="link text-danger glyphicon glyphicon-minus-sign" ng-click="del(currentNode.nodes,$index)"></span>
<span ng-if="$last" class="link text-success glyphicon glyphicon-plus-sign" ng-click="menuClick({title:'addSamlIDPSamlPartner',action:'addSamlIDP'})"></span>
</td>
</tr>
</tbody>
</table>
</div>
<script type="text/menu">
[{
"title": "addIDPSamlPartner",
"action": "addSamlIDP",
"icon": "plus-sign"
}]
</script>