fix incorrect color var, yoink eventviewer.html #1131

This commit is contained in:
Leigh Johnson 2016-03-27 21:07:51 -04:00
parent 45ec13e5d5
commit 488b333387
3 changed files with 2 additions and 4 deletions

View File

@ -20,7 +20,7 @@
color: @changed;
}
.HostEvent-status--failed{
color: @warning;
color: @default-err;
}
.HostEvent-status--skipped{
color: @skipped;

View File

@ -16,7 +16,7 @@
color: @changed;
}
.HostEvents-status--failed{
color: @warning;
color: @default-err;
}
.HostEvents-status--skipped{
color: @skipped;

View File

@ -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>