mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
Remove reference to unused CSS class
This commit is contained in:
parent
0ae2fd3981
commit
5e9055688f
@ -111,7 +111,7 @@ function InventoriesList($scope, $rootScope, $location, $log,
|
||||
var html, title = "Recent Jobs";
|
||||
Wait('stop');
|
||||
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 += "<tr>";
|
||||
html += "<th>Status</th>";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user