mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03:30
UI Automation Assistance
Added ID attribute to Select button on sublists. For example, organizations detail page -> users -> add user.
This commit is contained in:
@@ -414,7 +414,7 @@ angular.module('ListGenerator', ['GeneratorHelpers'])
|
|||||||
|
|
||||||
if (options.mode === 'select' && (options.selectButton === undefined || options.selectButton)) {
|
if (options.mode === 'select' && (options.selectButton === undefined || options.selectButton)) {
|
||||||
html += "<div class=\"navigation-buttons\">\n";
|
html += "<div class=\"navigation-buttons\">\n";
|
||||||
html += " <button class=\"btn btn-sm btn-primary pull-right\" aw-tool-tip=\"Complete your selection\" " +
|
html += " <button class=\"btn btn-sm btn-primary pull-right\" id=\"select_btn\" aw-tool-tip=\"Complete your selection\" " +
|
||||||
"ng-click=\"finishSelection()\" ng-disabled=\"disableSelectBtn\"><i class=\"fa fa-check\"></i> Select</button>\n";
|
"ng-click=\"finishSelection()\" ng-disabled=\"disableSelectBtn\"><i class=\"fa fa-check\"></i> Select</button>\n";
|
||||||
html += "</div>\n";
|
html += "</div>\n";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user