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