mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Move links and rebuild pages
This commit is contained in:
parent
8f5ccb3519
commit
d3bdec0380
10 changed files with 192 additions and 48 deletions
|
@ -23,7 +23,7 @@
|
|||
<div class="panel-heading">
|
||||
{% ifequal compute.status 1 %}
|
||||
<h3 class="panel-title">
|
||||
<a href="{% url 'compute' compute.id %}"><strong>{{ compute.name }}</strong></a>
|
||||
<a href="{% url 'overview' compute.id %}"><strong>{{ compute.name }}</strong></a>
|
||||
<a data-toggle="modal" href="#editHost{{ compute.id }}" class="pull-right"
|
||||
title="{% trans "Edit" %}">
|
||||
<span class="glyphicon glyphicon-cog"></span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue