Skip to content
Snippets Groups Projects
Commit e26a5ea2 authored by jkerdreu's avatar jkerdreu
Browse files

Some cleaning for Mael

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@1945 b32b6428-25c9-4566-ad07-03861ab6144f
parent 802aec44
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ def get_device(addr):
return r
@route('/test_grid')
@route('/grid')
@view('grid.mako')
def test_grid():
return {"title" : "Grid","devices":xaal_core.monitor.devices}
......
......@@ -24,10 +24,12 @@
<ul class="menu">
<li><a href="#" onclick="openNav()">&#9776;</a></li>
<li><a href="/devices">Devices</a></li>
<li><a href="/stats">Stats</a></li>
<li class="active"><a href="/grid">Grid</a></li>
<!--
<li><a href="/bottle_info">HTTPD</a></li>
<li class="active"><a href="/test_grid">Grid</a></li>
<li><a href="/links">Links</a></li>
<li><a href="/stats">Stats</a></li>
-->
</ul>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment