removed discontinued red bar from error detail (#1521)

This commit is contained in:
Aditya Bist
2018-05-31 13:17:46 -07:00
committed by GitHub
parent 1d3ead4031
commit 8a3509e006

View File

@@ -200,4 +200,9 @@ agentview-component .jobview-grid .grid-canvas > .ui-widget-content.slick-row.od
width: 20px;
padding-top: 16px;
padding-left: 15px;
}
#jobsDiv jobsview-component .jobview-grid .slick-cell.l1.r1.error-row td.jobview-jobnameindicatorfailure {
width: 0;
background: none;
}