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

Missed dash link


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2193 b32b6428-25c9-4566-ad07-03861ab6144f
parent 1c3daeb3
Branches
No related tags found
No related merge requests found
......@@ -9,12 +9,12 @@
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="mobile-web-app-capable" content="yes">
<link rel="manifest" href="/dash/static/manifest.json">
<link rel="icon" href="/dash/static/imgs/favicon.ico">
<link rel="manifest" href="/static/manifest.json">
<link rel="icon" href="/static/imgs/favicon.ico">
<meta name="theme-color" content="#333" />
<!-- CSS & Fonts -->
<link href="/dash/static/css/site.css" rel="stylesheet">
<link href="/static/css/site.css" rel="stylesheet">
</head>
......@@ -24,8 +24,8 @@
<div>
<ul class="menu">
<li><a href="#" onclick="openNav()">&#9776;</a></li>
<li><a href="/dash/devices">Devices</a></li>
<li class="active"><a href="/dash/grid">Grid</a></li>
<li><a href="/devices">Devices</a></li>
<li class="active"><a href="/grid">Grid</a></li>
<!--
<li><a href="/graph">Graph</a></li>
<li><a href="/bottle_info">HTTPD</a></li>
......@@ -46,10 +46,10 @@
<!-- loading JS-->
<script src="/dash/static/js/riot+compiler.min.js"></script>
<script src="/dash/static/js/socket.io.slim.js"></script>
<script src="/static/js/riot+compiler.min.js"></script>
<script src="/static/js/socket.io.slim.js"></script>
<script src="/dash/static/js/site.js"></script>
<script src="/static/js/site.js"></script>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment