From b558bc0da0c457aafda63cdabd9a4b1d6cceb433 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Wed, 27 Aug 2014 14:20:25 -0400 Subject: [PATCH] Pagination Add ID attributes to pagination widget: https://trello.com/c/fRTYOnS6/119-add-id-attributes-to-pagination-widget-bits --- awx/ui/static/lib/ansible/generator-helpers.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/awx/ui/static/lib/ansible/generator-helpers.js b/awx/ui/static/lib/ansible/generator-helpers.js index 3543afa760..dc1273c12b 100644 --- a/awx/ui/static/lib/ansible/generator-helpers.js +++ b/awx/ui/static/lib/ansible/generator-helpers.js @@ -817,22 +817,22 @@ angular.module('GeneratorHelpers', []) html += "\n"; html += "
\n"; html += "
\n"; - html += "
\n"; html += "
\n"; - html += "
\n"; + html += "
\n"; html += "Page {{ " + iterator + "_page }} of {{ " + iterator + "_num_pages }} ({{ " + iterator + "_total_rows | number:0 }} items)"; html += "
\n"; html += "
\n";