Fixed Loading message and Pagination widget fouc. Start of new job detail page.

This commit is contained in:
Chris Houseknecht
2014-04-11 02:02:23 -04:00
parent 2e572e51da
commit 69c1aed22d
12 changed files with 378 additions and 23 deletions

View File

@@ -209,7 +209,7 @@ function($routeParams, Empty, InventoryHosts, GetBasePath, SearchInit, PaginateI
scope[list.iterator + 'SearchFieldLabel'] = list.fields.has_active_failures.label;
scope[list.iterator + 'SearchSelectValue'] = { value: 1 };
}
scope.search(list.iterator);
scope.search(list.iterator, null, true);
};
}])