summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/templates/infrastructure/nodes/_overview.html
diff options
context:
space:
mode:
Diffstat (limited to 'tuskar_ui/infrastructure/templates/infrastructure/nodes/_overview.html')
-rw-r--r--tuskar_ui/infrastructure/templates/infrastructure/nodes/_overview.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/tuskar_ui/infrastructure/templates/infrastructure/nodes/_overview.html b/tuskar_ui/infrastructure/templates/infrastructure/nodes/_overview.html
index 377980e2..373084af 100644
--- a/tuskar_ui/infrastructure/templates/infrastructure/nodes/_overview.html
+++ b/tuskar_ui/infrastructure/templates/infrastructure/nodes/_overview.html
@@ -88,11 +88,15 @@
</div>
</div>
<div>
+ {% if nodes_provisioned_count or nodes_provisioning_count %}
{% url 'horizon:infrastructure:nodes:nodes_performance' as node_perf_url %}
{% include "infrastructure/_performance_chart_box.html" with meter_conf=meter_conf node_perf_url=node_perf_url col_size=2 %}
+ {% endif %}
</div>
</div>
+{% if nodes_provisioned_count or nodes_provisioning_count %}
{% include "infrastructure/_top_5_box.html" %}
+{% endif %}
{% if nodes_on_discovery_count or nodes_discovered_count or nodes_discovery_failed_count %}
<h3>{% trans "Nodes Discovery" %}</h3>
<hr>