mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 11:10:03 -03:30
AC-503 Latest dashboard progress.
This commit is contained in:
@@ -54,10 +54,6 @@ angular.module('InventorySyncStatusWidget', ['RestServices', 'Utilities'])
|
|||||||
html += "</thead>\n";
|
html += "</thead>\n";
|
||||||
html += "<tbody>\n";
|
html += "<tbody>\n";
|
||||||
|
|
||||||
console.log('inventory count:' + inventoryCount);
|
|
||||||
console.log('group count:' + groupCount);
|
|
||||||
console.log('host count:' + hostCount);
|
|
||||||
|
|
||||||
if (inventoryCount > 0) {
|
if (inventoryCount > 0) {
|
||||||
html += makeRow('Inventories', inventoryCount, inventoryFails);
|
html += makeRow('Inventories', inventoryCount, inventoryFails);
|
||||||
rowcount++;
|
rowcount++;
|
||||||
|
|||||||
Reference in New Issue
Block a user