Fix submenu in flows page
[dlux.git] / src / index.html
index a44bbf83015b5cd703a5392beb55d507bb875739..4124496958d9287939976927357f4c0f2219a492 100644 (file)
@@ -7,7 +7,7 @@
     <!-- compiled CSS <% styles.forEach( function ( file ) { %>
     <link rel="stylesheet" type="text/css" href="<%= file %>" /><% }); %>
     -->
-    <link rel="stylesheet" type="text/css" href="assets/VieUX-0.0.1.css"></style>
+    <link rel="stylesheet" type="text/css" href="assets/dlux-0.0.1.css"></style>
 
     <!-- compiled JavaScript --><% scripts.forEach( function ( file ) { %>
     <script type="text/javascript" src="<%= file %>"></script><% }); %>
@@ -16,7 +16,7 @@
 <body>
   <div id="top" ng-if="authed" ng-controller="TopNavCtrl">
     <div id="logo">
-      <a ui-sref="index">Open<span>Daylight</span></a>
+      <a ui-sref="index">Open<span><u>D</u>ay<u>l</u>ight <u>U</u>ser<u>E</u>xperience</span></a>
     </div>
     <ul class="nav navbar-nav navbar-right">
       <!-- containers-->
@@ -44,7 +44,7 @@
       <li class="dropdown">
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Help<b class="caret"></b></a>
         <ul class="dropdown-menu">
-          <li ng-class="{ active: $state.includes('about') }"><a ui-sref="about()">About</a></li>
+          <li><a href="https://wiki.opendaylight.org/view/OpenDaylight_dlux:Main">Wiki</a></li>
         </ul>
       </li>
     </ul>
             <div class="title">Menu</div>
             <ul class="nav nav-pills nav-stacked">
               <li is-active state="node">
-                <brd-anchor label="Nodes" state="node.list"></brd-anchor>
+                <brd-anchor label="Nodes" state="node.index"></brd-anchor>
               </li>
               <li is-active state="flow">
-                <brd-anchor label="Flows" state="flow.list"></brd-anchor>
+                <brd-anchor label="Flows" state="flow.index"></brd-anchor>
               <li>
               <li is-active state="topology">
                 <brd-anchor label="Topology" state="topology"></brd-anchor>
@@ -96,8 +96,7 @@
 
     <!-- This is the "main" content div, it holds a contextual menu for the current view on the top and shows useful things underneith-->
     <div id="center-cover">
-      <div id="center">
-        <div ui-view></div>
+      <div id="center" ui-view>
       </div>
     </div>
 
     </div>
   </div>
 
-  <div ng-if="!authed">
-    <div ui-view></div>
+  <div ng-if="!authed" ui-view>
   </div>
 </body>
 </html>
-ยก