1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Added log func and fix buttons on instance page

This commit is contained in:
Retspen 2015-03-18 15:48:29 +02:00
parent 90d8dd5729
commit 1642100ef4
5 changed files with 247 additions and 159 deletions

View file

@ -38,9 +38,9 @@
<tr>
<td>{{ forloop.counter }}</td>
<td><a href="#">{{ log.user }}</a></td>
<td><a href="#">{{ log.instance }}<a></td>
<td><a href="#">{{ log.instance }}</a></td>
<td>{{ log.message }}</td>
<td>{{ log.date }}</td>
<td style="width:120px;">{{ log.date|date:"M d H:i:s" }}</td>
</tr>
{% endfor %}
</tbody>