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

Drop graph link

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2191 b32b6428-25c9-4566-ad07-03861ab6144f
parent b41433f2
No related branches found
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="/static/manifest.json">
<link rel="icon" href="/static/imgs/favicon.ico">
<link rel="manifest" href="/dash/static/manifest.json">
<link rel="icon" href="/dash/static/imgs/favicon.ico">
<meta name="theme-color" content="#333" />
<!-- CSS & Fonts -->
<link href="/static/css/site.css" rel="stylesheet">
<link href="/dash/static/css/site.css" rel="stylesheet">
</head>
......@@ -24,10 +24,10 @@
<div>
<ul class="menu">
<li><a href="#" onclick="openNav()">&#9776;</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="/dash/devices">Devices</a></li>
<li class="active"><a href="/dash/grid">Grid</a></li>
<!--
<li><a href="/graph">Graph</a></li>
<li><a href="/bottle_info">HTTPD</a></li>
<li><a href="/links">Links</a></li>
<li><a href="/stats">Stats</a></li>
......@@ -46,10 +46,10 @@
<!-- loading JS-->
<script src="/static/js/riot+compiler.min.js"></script>
<script src="/static/js/socket.io.slim.js"></script>
<script src="/dash/static/js/riot+compiler.min.js"></script>
<script src="/dash/static/js/socket.io.slim.js"></script>
<script src="/static/js/site.js"></script>
<script src="/dash/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