Show domain removal error
this got removed by mistake with the password edit
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user