LemonLDAP::NG Web SSO
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
lemonldap-ng/lemonldap-ng-manager/site/htdocs/static/forms/oidcOPMetaDataNodeContainer...

25 lines
792 B

<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title" trspan="oidcOPMetaDataNodes"></h3>
</div>
<table class="table table-striped">
<thead>
<tr><th trspan="oidcOPName"></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:'addOidcOp'})"></span>
</td>
</tr>
</tbody>
</table>
</div>
<script type="text/menu">
[{
"title": "addOidcOp",
"icon": "plus-sign"
}]
</script>