mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
UI Automation Assistance
Added ID attribute to pagination widget <div> container.
This commit is contained in:
@@ -820,7 +820,7 @@ angular.module('GeneratorHelpers', [])
|
||||
html = '';
|
||||
html += "<!-- Paginate Widget -->\n";
|
||||
html += "<div class=\"row page-row\">\n";
|
||||
html += "<div class=\"col-lg-8 col-md-8\">\n";
|
||||
html += "<div id=\"" + iterator + "-pagination\" class=\"col-lg-8 col-md-8\">\n";
|
||||
html += "<ul id=\"pagination-widget\" class=\"pagination\" ng-hide=\"" + iterator + "HidePaginator || " + iterator + "_num_pages <= 1\">\n";
|
||||
html += "<li id=\"first-page-set\" ng-hide=\"" + iterator + "_page -5 <= 1 \"><a href ng-click=\"getPage(1,'" + set + "','" + iterator + "')\">" +
|
||||
"<i class=\"fa fa-angle-double-left\"></i></a></li>\n";
|
||||
|
||||
Reference in New Issue
Block a user