Skip to content

Commit

Permalink
Extending Kimchi Peers to Host Dashboard
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Guimarães <sguimaraes943@gmail.com>
  • Loading branch information
samhenri authored and Lucio Correia committed Sep 2, 2016
1 parent 6875c55 commit b51c6ae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ui/pages/tabs/host-dashboard.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
</div>
</div>
</nav>
<div id="host-content-container" class="empty-when-logged-off"></div>
<div id="host-content-container" class="empty-when-logged-off">
</div>
</div>

<script id="host-dashboard-tmpl" type="gingerbase/template">
Expand Down Expand Up @@ -146,7 +147,11 @@
<div id="modalWindow" class="modal fade host-modal" tabindex="-1" role="dialog" aria-labelledby="hostsModalLabel" aria-hidden="true">
</div>
<script type="text/javascript">
// Init host dashboard
gingerbase.host_dashboard();
</script>
#for $script in $data.scripts
<script type="text/javascript" src="$script"></script>
#end for
</body>
</html>

0 comments on commit b51c6ae

Please sign in to comment.