mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 00:57:48 -02:30
Latest UI changes. Add button labels on all pages.
This commit is contained in:
@@ -102,6 +102,7 @@ angular.module('GeneratorHelpers', [])
|
||||
set + "'," + "'" + iterator + "')\" class=\"input-mini";
|
||||
html += (useMini) ? " field-mini-height" : "";
|
||||
html += " page-size\">\n";
|
||||
html += "<option value=\"10\" selected>10</option>\n";
|
||||
html += "<option value=\"20\" selected>20</option>\n";
|
||||
html += "<option value=\"40\">40</option>\n";
|
||||
html += "<option value=\"60\">60</option>\n";
|
||||
|
||||
Reference in New Issue
Block a user