Add mailbox add error handling

This commit is contained in:
Johannes Zellner
2018-04-06 16:51:57 +02:00
parent 32454ba64a
commit f60258ed71
2 changed files with 9 additions and 1 deletions

View File

@@ -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>