mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
@@ -796,7 +796,7 @@ angular.module('GeneratorHelpers', [systemStatus.name])
|
||||
html += "<!-- Paginate Widget -->\n";
|
||||
html += `
|
||||
<div id=\"${iterator}-pagination\" class=\"List-pagination page-row\"
|
||||
ng-hide=\"is_superuser && ${hideOnSuperuser}\ || ${iterator}.length < 1">
|
||||
ng-hide=\"is_superuser && ${hideOnSuperuser}\ || ${set}.length < 1">
|
||||
`;
|
||||
html += "<div class=\"List-paginationPagerHolder\">";
|
||||
html += "<div class=\"List-paginationPager\" ng-hide=\"" + iterator + "HidePaginator || " + iterator + "_num_pages <= 1\">";
|
||||
|
||||
Reference in New Issue
Block a user