summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/templates/infrastructure/_top_5_chart.html
diff options
context:
space:
mode:
Diffstat (limited to 'tuskar_ui/infrastructure/templates/infrastructure/_top_5_chart.html')
-rw-r--r--tuskar_ui/infrastructure/templates/infrastructure/_top_5_chart.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuskar_ui/infrastructure/templates/infrastructure/_top_5_chart.html b/tuskar_ui/infrastructure/templates/infrastructure/_top_5_chart.html
index 76136378..d4d730cf 100644
--- a/tuskar_ui/infrastructure/templates/infrastructure/_top_5_chart.html
+++ b/tuskar_ui/infrastructure/templates/infrastructure/_top_5_chart.html
@@ -9,7 +9,7 @@
{% for d in top_5.data %}
<tr>
<td>
- <a href="{% url 'horizon:infrastructure:nodes:detail' d.node_uuid %}">
+ <a href="{% url 'horizon:infrastructure:nodes:node_detail' d.node_uuid %}">
{{ d.node_uuid|truncatechars:6 }}
</a>
</td>