maatma: update domain through dynamic-dns instead of knot interface
This commit is contained in:
parent
9b3a71e39c
commit
57996a271c
2 changed files with 188 additions and 187 deletions
|
|
@ -155,7 +155,6 @@
|
|||
<tr ng-repeat="rr in domainDS">
|
||||
<td ng-repeat="val in rr.values">{{ val }}</td>
|
||||
<td>
|
||||
<button class="btn btn-warning" ng-click="updateDS(domain, rr)">Modifier</button>
|
||||
<button class="btn btn-danger" ng-click="deleteRR(domain, rr)">
|
||||
<span class="spinner-border spinner-border-sm" role="status" aria-hidden="true" ng-show="rr.pleaseWaitDSdel"></span>
|
||||
Supprimer
|
||||
|
|
|
|||
Reference in a new issue