Changes to inventory detail page -improved display of has_active_failures, added variable data field. Fixed Teams organization lookup issue. Set production min js setting to False (leave set to False until we actually have minified js).

This commit is contained in:
chouseknecht
2013-06-20 13:25:14 -04:00
parent 1d3bd62bd2
commit 89fe5c39e4
9 changed files with 67 additions and 14 deletions

View File

@@ -307,6 +307,11 @@
color: #FF0000;
}
.job-failures-true {
padding-top: 5px;
color: #da4f49;
}
.job-new, input[type="text"].job-new,
.job-canceled, input[type="text"].job-canceled {
color: #778899;