Add alias error reporting
This commit is contained in:
@@ -136,6 +136,7 @@
|
||||
{{ user.username }}
|
||||
</td>
|
||||
<td>
|
||||
<p ng-show="user.aliases !== user.orig.aliases && user.error" class="text-danger"><b>{{ user.error }}</b></p>
|
||||
<tag-input ng-show="user.mailboxEnabled" placeholder="add alias" taglist="user.aliases" name="aliases"></tag-input>
|
||||
</td>
|
||||
<td class="text-right no-wrap">
|
||||
|
||||
Reference in New Issue
Block a user