|
|
@ -42,7 +42,7 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
<td>{{ vlan.comment }}</td> |
|
|
<td>{{ vlan.comment }}</td> |
|
|
<td>{% for range in vlan.iptype_set.all %}{{ range }}, {% endfor%}</td> |
|
|
<td>{% for range in vlan.iptype_set.all %}{{ range }}, {% endfor%}</td> |
|
|
<td class="text-right"> |
|
|
<td class="text-right"> |
|
|
{% can_create Vlan %} |
|
|
{% can_edit vlan %} |
|
|
{% include 'buttons/edit.html' with href='machines:edit-vlan' id=vlan.id %} |
|
|
{% include 'buttons/edit.html' with href='machines:edit-vlan' id=vlan.id %} |
|
|
{% acl_end %} |
|
|
{% acl_end %} |
|
|
{% include 'buttons/history.html' with href='machines:history' name='vlan' id=vlan.id %} |
|
|
{% include 'buttons/history.html' with href='machines:history' name='vlan' id=vlan.id %} |
|
|
|