Show domain removal error

this got removed by mistake with the password edit
This commit is contained in:
Girish Ramakrishnan
2019-06-18 11:38:28 -07:00
parent b02570e679
commit 813d92ce32
+5 -1
View File
@@ -187,7 +187,11 @@
<h4 class="modal-title">Really remove {{ domainRemove.domain.domain }} ?</h4>
</div>
<div class="modal-body">
This will delete the domain {{ domainRemove.domain.domain }}.
This will delete the domain <code>{{ domainRemove.domain.domain }}</code>.
<div>
<br/>
<span class="has-error" ng-show="domainRemove.error">{{ domainRemove.error }}</span>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>