mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
fix incorrect color var, yoink eventviewer.html #1131
This commit is contained in:
parent
45ec13e5d5
commit
488b333387
@ -20,7 +20,7 @@
|
||||
color: @changed;
|
||||
}
|
||||
.HostEvent-status--failed{
|
||||
color: @warning;
|
||||
color: @default-err;
|
||||
}
|
||||
.HostEvent-status--skipped{
|
||||
color: @skipped;
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
color: @changed;
|
||||
}
|
||||
.HostEvents-status--failed{
|
||||
color: @warning;
|
||||
color: @default-err;
|
||||
}
|
||||
.HostEvents-status--skipped{
|
||||
color: @skipped;
|
||||
|
||||
@ -482,8 +482,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div ng-include="'/static/partials/eventviewer.html'"></div>
|
||||
|
||||
<div id="host-modal-dialog" style="display: none;" class="dialog-content"></div>
|
||||
|
||||
<div ng-include="'/static/partials/schedule_dialog.html'"></div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user