Remove reference to unused CSS class

This commit is contained in:
Greg Considine 2017-03-16 11:39:31 -04:00
parent 0ae2fd3981
commit 5e9055688f

View File

@ -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>";