Remove unused css classes and make all mailbox lines edit on click
This commit is contained in:
@@ -186,18 +186,18 @@
|
||||
<th>Name</th>
|
||||
<th>Owner</th>
|
||||
<th>Aliases</th>
|
||||
<th class="text-right" style="width: 100px;">Action</th>
|
||||
<th class="text-right">Action</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr ng-repeat="mailbox in mailboxes.mailboxes">
|
||||
<td style="vertical-align: middle;">
|
||||
<td class="hand" ng-click="mailboxes.edit.show(mailbox)">
|
||||
{{ mailbox.name }}
|
||||
</td>
|
||||
<td class="text-left elide-table-cell">
|
||||
<td class="hand" ng-click="mailboxes.edit.show(mailbox)">
|
||||
{{ mailbox.owner.display }}
|
||||
</td>
|
||||
<td class="elide-table-cell no-wrap" style="vertical-align: middle;">
|
||||
<td class="hand" ng-click="mailboxes.edit.show(mailbox)">
|
||||
{{ mailbox.aliases }}
|
||||
</td>
|
||||
<td class="text-right no-wrap">
|
||||
|
||||
Reference in New Issue
Block a user