From 4e4b5852cb108da9266d06d37a42b5f50fb74e99 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Thu, 28 Aug 2014 13:44:18 -0400 Subject: [PATCH] UI Automation Added additional ID attributes to pagination widget. Fixed comment spelling error in app.js --- awx/ui/static/js/app.js | 2 +- awx/ui/static/lib/ansible/generator-helpers.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/static/js/app.js b/awx/ui/static/js/app.js index 95d087f556..cabcec75a7 100644 --- a/awx/ui/static/js/app.js +++ b/awx/ui/static/js/app.js @@ -619,7 +619,7 @@ angular.module('Tower', [ }); if (!$AnsibleConfig) { - // there may be leg time loading the config file, so temporarily use what's in local storage + // there may be time lag when loading the config file, so temporarily use what's in local storage $AnsibleConfig = Store('AnsibleConfig'); } diff --git a/awx/ui/static/lib/ansible/generator-helpers.js b/awx/ui/static/lib/ansible/generator-helpers.js index 5db7b8b740..1c3fc641c4 100644 --- a/awx/ui/static/lib/ansible/generator-helpers.js +++ b/awx/ui/static/lib/ansible/generator-helpers.js @@ -837,7 +837,7 @@ angular.module('GeneratorHelpers', []) html += "\n"; html += "
\n"; html += "
\n"; - html += "Page {{ " + iterator + "_page }} of {{ " + iterator + "_num_pages }} ({{ " + iterator + "_total_rows | number:0 }} items)"; + html += "Page {{ " + iterator + "_page }} of {{ " + iterator + "_num_pages }} ({{ " + iterator + "_total_rows | number:0 }} items)"; html += "
\n"; html += "
\n"; html += "\n";