View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0021599 | mantisbt | ui | public | 2016-08-12 12:49 | 2016-08-28 01:11 |
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | tweak | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.0.0-beta.1 | ||||
| Target Version | 2.0.0-beta.2 | Fixed in Version | 2.0.0-beta.2 | ||
| Summary | 0021599: The test results in Admin Check results are no longer colored | ||||
| Description | See attached screenshots. Most likely a consequence of using new CSS classes and removal of alternating color rows. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
MantisBT: master 4665ccca 2016-08-12 08:37 Details Diff |
Admin checks: remove alternating rows logic Following CSS changes introduced with ModernUI, the alternative row logic was left in place, resulting in CSS class names generated with a '1' or '2' suffix (e.g. alert-danger1, alert-info2). Since these classes do not actually exist, the result table cells were all displayed with white background instead of using a color matching the test result. Since we don't need alternating row colors anymore, the whole logic has been removed from Check API. Fixes 0021599 |
Affected Issues 0021599 |
|
| mod - admin/check/check_api.php | Diff File | ||