Commit 797acc3f by Szabolcs Gelencser

Add link to vm from network connected vms

parent a884e528
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<table class="table"> <table class="table">
{% for vm in vms %} {% for vm in vms %}
<tr style="text-align: right"> <tr style="text-align: right">
<td>{{ vm.name }}</td> <td><a href="{% url "dashboard.views.detail" pk=vm.id %}">{{ vm.name }}</a></td>
</tr> </tr>
{% endfor %} {% endfor %}
</table> </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