Added proper support for 'runner_on_no_hosts' events.

This commit is contained in:
Chris Houseknecht
2014-05-01 16:49:54 -04:00
parent 042e15f109
commit 5fa351040a
34 changed files with 1263 additions and 374 deletions

View File

@@ -1020,7 +1020,8 @@ input[type="checkbox"].checkbox-no-label {
.icon-job-waiting:before,
.icon-job-new:before,
.icon-job-none:before,
.icon-job-skipped:before {
.icon-job-skipped:before,
.icon-job-no-matching-hosts:before {
content: "\f10c";
}
@@ -1053,7 +1054,8 @@ input[type="checkbox"].checkbox-no-label {
.icon-job-pending,
.icon-job-waiting,
.icon-job-new,
.icon-job-skipped {
.icon-job-skipped,
.icon-job-no-matching-hosts {
color: @grey;
opacity: 0.45;
}
@@ -1327,6 +1329,7 @@ input[type="checkbox"].checkbox-no-label {
#hosts-container.col-lg-6 {
padding-left: 7px;
padding-right: 17px;
}
#groups-container .well,