diff --git a/awx/ui/static/less/ansible-ui.less b/awx/ui/static/less/ansible-ui.less index e3fd924031..9db19efbe2 100644 --- a/awx/ui/static/less/ansible-ui.less +++ b/awx/ui/static/less/ansible-ui.less @@ -472,7 +472,7 @@ legend { http://stackoverflow.com/questions/8878033/how-to-make-twitter-bootstrap-menu-dropdown-on-hover-rather-than-click */ .dropdown-toggle:hover .dropdown-menu, .dropdown:hover .dropdown-menu { - display: block; + display: block; } .dropdown-menu li:hover { diff --git a/awx/ui/static/lib/ansible/form-generator.js b/awx/ui/static/lib/ansible/form-generator.js index e71196cd95..00dba415ef 100644 --- a/awx/ui/static/lib/ansible/form-generator.js +++ b/awx/ui/static/lib/ansible/form-generator.js @@ -858,12 +858,13 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies']) html += "
\n"; for (var itm in navigation) { if (navigation[itm].active) { - html += "" + - navigation[itm].label + " "; + html += ""; break; } } - html += "