mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Added list-actions class around refresh group on job status page. Now refresh is pulled to the right as it should be.
This commit is contained in:
@@ -933,13 +933,13 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies'])
|
||||
// Add status fields section (used in Jobs form)
|
||||
html += "<div class=\"well\">\n";
|
||||
if (this.form.statusActions) {
|
||||
//html += "<div class=\"status-actions\">\n";
|
||||
html += "<div class=\"list-actions\">\n";
|
||||
var act;
|
||||
for (action in this.form.statusActions) {
|
||||
act = this.form.statusActions[action];
|
||||
html += this.button(act, action);
|
||||
}
|
||||
//html += "</div>\n";
|
||||
html += "</div>\n";
|
||||
//html += "<div class=\"status-spin\"><i class=\"icon-spinner icon-spin\" ng-show=\"statusSearchSpin == true\"></i></div>\n";
|
||||
}
|
||||
html += "<div class=\"form-horizontal status-fields\">\n";
|
||||
|
||||
Reference in New Issue
Block a user