mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02:30
AC-190 When a set has 0 results, the 'Page N of X' message is now hidden.
This commit is contained in:
@@ -263,7 +263,7 @@ angular.module('GeneratorHelpers', ['GeneratorHelpers'])
|
|||||||
html += "</select>\n";
|
html += "</select>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
html += "<div class=\"page-number-small\"";
|
html += "<div class=\"page-number-small\" ng-show=\"" + iterator + "PageCount > 0\" ";
|
||||||
html += ">Page: {{ " + iterator + "Page + 1 }} of {{ " + iterator + "PageCount }}</div>\n";
|
html += ">Page: {{ " + iterator + "Page + 1 }} of {{ " + iterator + "PageCount }}</div>\n";
|
||||||
html += "</form>\n";
|
html += "</form>\n";
|
||||||
html += "</div>\n";
|
html += "</div>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user