mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Remove reference to unused CSS class
This commit is contained in:
@@ -111,7 +111,7 @@ function InventoriesList($scope, $rootScope, $location, $log,
|
|||||||
var html, title = "Recent Jobs";
|
var html, title = "Recent Jobs";
|
||||||
Wait('stop');
|
Wait('stop');
|
||||||
if (data.count > 0) {
|
if (data.count > 0) {
|
||||||
html = "<table class=\"Inventories table table-condensed flyout Inventories--popover-table\" style=\"width: 100%\">\n";
|
html = "<table class=\"table table-condensed flyout\" style=\"width: 100%\">\n";
|
||||||
html += "<thead>\n";
|
html += "<thead>\n";
|
||||||
html += "<tr>";
|
html += "<tr>";
|
||||||
html += "<th>Status</th>";
|
html += "<th>Status</th>";
|
||||||
|
|||||||
Reference in New Issue
Block a user