mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -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>";
|
html += "</a>";
|
||||||
if (field.alt_text) {
|
if (field.alt_text) {
|
||||||
html += " " + field.alt_text;
|
html += "  " + field.alt_text;
|
||||||
}
|
}
|
||||||
return html;
|
return html;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user