|
|
|
@ -21,6 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
|
{% endcomment %} |
|
|
|
|
|
|
|
{% load acl %} |
|
|
|
{% load logs_extra %} |
|
|
|
|
|
|
|
<table class="table table-striped"> |
|
|
|
<thead> |
|
|
|
@ -38,7 +39,7 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
|
{% can_edit dname %} |
|
|
|
{% include 'buttons/edit.html' with href='machines:edit-dname' id=dname.id %} |
|
|
|
{% acl_end %} |
|
|
|
{% include 'buttons/history.html' with href='machines:history' name='dname' id=dname.id %} |
|
|
|
{% history_button dname %} |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
{% endfor %} |
|
|
|
|