Commit 797acc3f by Szabolcs Gelencser

Add link to vm from network connected vms

parent a884e528
......@@ -52,7 +52,7 @@
<table class="table">
{% for vm in vms %}
<tr style="text-align: right">
<td>{{ vm.name }}</td>
<td><a href="{% url "dashboard.views.detail" pk=vm.id %}">{{ vm.name }}</a></td>
</tr>
{% endfor %}
</table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment