token-validator: implement GLUE test
This commit is contained in:
parent
e7d9b1c89f
commit
3a9623a6af
3 changed files with 96 additions and 2 deletions
|
@ -109,8 +109,9 @@
|
|||
<tr ng-repeat="rr in domainGLUE">
|
||||
<td>{{ rr.domain }}</td>
|
||||
<td><span ng-repeat="val in rr.values">{{ val }} </span></td>
|
||||
<td>
|
||||
<span class="badge badge-pill badge-secondary">Not implemented yet</span>
|
||||
<td ng-controller="GLUEController">
|
||||
<span class="spinner-border spinner-border-sm" role="status" aria-hidden="true" ng-show="GLUEpending"></span>
|
||||
<span class="badge badge-pill" ng-class="{'badge-success': GLUEok, 'badge-danger': !GLUEok}" ng-bind="GLUEerr">Not implemented yet</span>
|
||||
</td>
|
||||
<td>
|
||||
<button class="btn btn-warning" ng-click="updateGLUE(rr.domain, rr)">Modifier</button>
|
||||
|
|
Reference in a new issue