mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-02 10:29:38 +00:00
host details cpu bug fixed
This commit is contained in:
@@ -51,7 +51,6 @@
|
||||
<tbody class="searchable">
|
||||
{% for host, inst in all_host_vms.items %}
|
||||
<!-- copied /-->
|
||||
<!-- <tr style="font-size:16px;background-color: #5CB75C; color: white" > /-->
|
||||
<tr class="success" style="font-size:16px">
|
||||
<td>{{ forloop.counter }}</td>
|
||||
<td><a href="{% url 'overview' host.0 %}">{{ host.1 }}</a></td>
|
||||
|
||||
Reference in New Issue
Block a user