mirror of
https://github.com/ansible/awx.git
synced 2026-03-14 07:27:28 -02:30
Adding space between status icon and status text on the jobs list page
This commit is contained in:
@@ -482,7 +482,7 @@ angular.module('GeneratorHelpers', [systemStatus.name])
|
||||
}
|
||||
html += "</a>";
|
||||
if (field.alt_text) {
|
||||
html += " " + field.alt_text;
|
||||
html += "  " + field.alt_text;
|
||||
}
|
||||
return html;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user