Add mailbox add error handling
This commit is contained in:
@@ -177,6 +177,7 @@
|
||||
<tr>
|
||||
<td>
|
||||
<input type="text" class="form-control" ng-model="mailboxes.add.name" placeholder="New mailbox">
|
||||
<p ng-show="mailboxes.add.error" class="text-danger"><b>{{ mailboxes.add.error }}</b></p>
|
||||
</td>
|
||||
<td class="text-left elide-table-cell">
|
||||
<select class="form-control" ng-model="mailboxes.add.owner" ng-options="u.display for u in users track by u.id"></select>
|
||||
|
||||
Reference in New Issue
Block a user