Commit 65fe7932 by Bach Dániel

dashboard: add new graphs

parent 932191a6
......@@ -33,6 +33,8 @@
<img src="{% url "dashboard.views.node-graph" node.pk "cpu" "6h" %}" style="width:100%"/>
<img src="{% url "dashboard.views.node-graph" node.pk "memory" "6h" %}" style="width:100%"/>
<img src="{% url "dashboard.views.node-graph" node.pk "network" "6h" %}" style="width:100%"/>
<img src="{% url "dashboard.views.node-graph" node.pk "vm" "6h" %}" style="width:100%"/>
<img src="{% url "dashboard.views.node-graph" node.pk "alloc" "6h" %}" style="width:100%"/>
{% endif %}
</div>
</div>
......
......@@ -21,6 +21,18 @@
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="no-margin"><i class="fa fa-area-chart"></i> {% trans "Graphs" %}</h3>
</div>
<img src="{% url "dashboard.views.node-list-graph" "alloc" "6h" %}"/>
<img src="{% url "dashboard.views.node-list-graph" "vm" "6h" %}"/>
</div>
</div>
</div>
<style>
.node-list-table tbody>tr>td, .node-list-table thead>tr>th {
vertical-align: middle;
......
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