mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-17 05:21:49 -05:00
Align the top of the modal to a fixed distance from the top of the
browser
This commit is contained in:
@@ -67,8 +67,8 @@ function HostEventService (
|
||||
obj.status = 'failed';
|
||||
}
|
||||
if (event.event === 'runner_on_ok' || event.event === 'runner_on_async_ok') {
|
||||
obj.class = 'HostEvent-status--ok';
|
||||
obj.status = 'ok';
|
||||
obj.class = 'HostEvent-status--ok';
|
||||
obj.status = 'ok';
|
||||
}
|
||||
// if both 'changed' and 'ok' are true, show 'changed' status
|
||||
if (event.changed) {
|
||||
|
||||
Reference in New Issue
Block a user