From 42566313627db963e44f6160cbedc654c728fb35 Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Wed, 3 Jul 2013 13:47:20 -0400 Subject: [PATCH] AC-190 When a set has 0 results, the 'Page N of X' message is now hidden. --- awx/ui/static/lib/ansible/generator-helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/lib/ansible/generator-helpers.js b/awx/ui/static/lib/ansible/generator-helpers.js index d911295087..5132ab25f8 100644 --- a/awx/ui/static/lib/ansible/generator-helpers.js +++ b/awx/ui/static/lib/ansible/generator-helpers.js @@ -263,7 +263,7 @@ angular.module('GeneratorHelpers', ['GeneratorHelpers']) html += "\n"; } - html += "
0\" "; html += ">Page: {{ " + iterator + "Page + 1 }} of {{ " + iterator + "PageCount }}
\n"; html += "\n"; html += "\n";