Fix OIDC GUI

environments/ppa-mbqj77/deployments/191^2
Christophe Maudoux 7 years ago
parent 5d13d022a4
commit d27e8f60ac
  1. 2
      lemonldap-ng-manager/site/htdocs/static/forms/oidcOPMetaDataNodeContainer.html
  2. 2
      lemonldap-ng-manager/site/htdocs/static/forms/oidcRPMetaDataNodeContainer.html

@ -4,7 +4,7 @@
</div>
<table class="table table-striped">
<thead>
<tr><th trspan="oidcOPName"></th></tr>
<tr><th trspan="oidcOPName"></th><th></th></tr>
</thead>
<tbody>
<tr ng-repeat="s in currentNode.nodes">

@ -4,7 +4,7 @@
</div>
<table class="table table-striped">
<thead>
<tr><th trspan="oidcRPName"></th></tr>
<tr><th trspan="oidcRPName"></th><th></th></tr>
</thead>
<tbody>
<tr ng-repeat="s in currentNode.nodes">

Loading…
Cancel
Save