Add missing endfor in dashboard template
This commit is contained in:
parent
4ec76d3083
commit
5e85bf1df0
|
@ -14,6 +14,7 @@
|
|||
<li><a href="http://{{ dispatcher_dashboard_ip }}:8384">dispatcher</a></li>
|
||||
{% for frame in groups['frames'] %}
|
||||
<li><a href="http://{{ hostvars[frame].dispatcher_dashboard_ip }}:8384">{{ hostvars[frame].inventory_hostname }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue