AC-734 Finished off form styling changes with requird * as red and help icon now a light grey (much more soothing).

This commit is contained in:
chris Houseknecht
2014-01-15 22:03:48 -05:00
parent b93a7d9636
commit 14acf18f47
6 changed files with 26 additions and 5 deletions

View File

@@ -41,7 +41,9 @@ angular.module('JobStatusWidget', ['RestServices', 'Utilities'])
html += "<td><a href=\"" + link + "\"";
html += (label == 'Hosts' || label == 'Groups') ? " class=\"pad-left-sm\" " : "";
html += ">" + label + "</a></td>\n";
html += "<td class=\"failed-column text-right\">";
html += "<td class=\"";
html += (fail > 0) ? 'failed-column' : 'zero-column';
html += " text-right\">";
html += "<a href=\"" + fail_link + "\">" + fail + "</a>";
html += "</td>\n";
html += "<td class=\"text-right\">"