1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

AC-190 When a set has 0 results, the 'Page N of X' message is now hidden.

This commit is contained in:
chouseknecht 2013-07-03 13:47:20 -04:00
parent b488514d6e
commit 4256631362

View File

@ -263,7 +263,7 @@ angular.module('GeneratorHelpers', ['GeneratorHelpers'])
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 += "</form>\n";
html += "</div>\n";