1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-28 10:55:30 +03:00

AC-503 Latest dashboard progress.

This commit is contained in:
chouseknecht 2013-10-11 21:41:48 +00:00
parent 5ccdcb3b15
commit 46ae719080

View File

@ -54,10 +54,6 @@ angular.module('InventorySyncStatusWidget', ['RestServices', 'Utilities'])
html += "</thead>\n";
html += "<tbody>\n";
console.log('inventory count:' + inventoryCount);
console.log('group count:' + groupCount);
console.log('host count:' + hostCount);
if (inventoryCount > 0) {
html += makeRow('Inventories', inventoryCount, inventoryFails);
rowcount++;