Support adding comments to records

This commit is contained in:
Pierre Jaury
2016-03-20 11:38:37 +01:00
parent 370a2fae4d
commit 8fb2e58661
8 changed files with 21 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ Alias list
<th>Actions</th>
<th>Address</th>
<th>Destination</th>
<th>Comment</th>
<th>Created</th>
<th>Last edit</th>
</tr>
@@ -30,6 +31,7 @@ Alias list
</td>
<td>{{ alias }}</td>
<td>{{ alias.destination or '-' }}</td>
<td>{{ alias.comment or '' }}</td>
<td>{{ alias.created_at }}</td>
<td>{{ alias.updated_at or '' }}</td>
</tr>