Skip to content
Snippets Groups Projects
Commit 9ac44591 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[backend] Put out more info on scheduler page

parent 4e0b9def
No related branches found
No related tags found
1 merge request!194Scheduler
Pipeline #
......@@ -181,8 +181,9 @@
<tr>
<th class="status"></th>
<th>Name</th>
<th>Available/Total Cores</th>
<th>Memory (in Gb)</th>
<th>Available/Total Cores (In use)</th>
<th>Memory (in Gb) (In use)</th>
<th>Last Updated</th>
<th>Info</th>
</tr>
</thead>
......@@ -199,8 +200,9 @@
</a>
</td>
<td><a title="Click to admin" data-toggle="tooltip" data-placement="top" href="{{ obj.get_admin_change_url }}">{{ obj.name }}</a></td>
<td>{{ obj.available_cores }} / {{ obj.cores }}</td>
<td>{% widthratio obj.memory 1024 1 %}</td>
<td>{{ obj.available_cores }} / {{ obj.cores }} ({{ obj.used_cores }}%)</td>
<td>{% widthratio obj.memory 1024 1 %} ({{ obj.used_memory }}%)</td>
<td>{{ obj.updated|date:"H:i:s O, jS F Y" }}</td>
<td>{{ obj.info }}</td>
{% endfor %}
</tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment