mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 13:27:40 -02:30
AC-394 Fixed.
This commit is contained in:
@@ -972,7 +972,6 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies'])
|
||||
//
|
||||
// Used to create the inventory detail view
|
||||
//
|
||||
|
||||
|
||||
function navigationLinks(page) {
|
||||
// Returns html for navigation links
|
||||
@@ -1080,6 +1079,8 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies'])
|
||||
html += "</div>\n";
|
||||
html += "</div><!-- row -->\n";
|
||||
|
||||
html += "<div class=\"title\" ng-bind=\"groupTitle\"></div>\n";
|
||||
|
||||
// Start the list
|
||||
html += "<div class=\"list\">\n";
|
||||
html += "<table class=\"" + form.iterator + " table table-condensed table-hover\">\n";
|
||||
|
||||
Reference in New Issue
Block a user