Browse Source

HUE-6049 [frontend] Remove invalid HTML from the top navbar

Enrico Berti 8 years ago
parent
commit
daea239e47
1 changed files with 0 additions and 2 deletions
  1. 0 2
      desktop/core/src/desktop/templates/hue.mako

+ 0 - 2
desktop/core/src/desktop/templates/hue.mako

@@ -163,7 +163,6 @@ ${ hueIcons.symbols() }
 
           <ul class="dropdown-menu">
             <!-- ko foreach: cluster.clusters -->
-              <li>
               <!-- ko if: ['dataeng', 'cm'].indexOf(type()) != -1 && interfaces().length > 0 -->
                 <li class="dropdown-submenu">
                   <a data-rel="navigator-tooltip" href="javascript: void(0)">
@@ -191,7 +190,6 @@ ${ hueIcons.symbols() }
                   </li>
                 <!-- /ko -->
               <!-- /ko -->
-              </li>
             <!-- /ko -->
           </ul>
         </div>