-
Bug
-
Resolution: Done
-
Minor
-
6.0.1
-
None
Description of problem:
When auto-refresh is enabled for dashboard filter panel, the timeout value is hardly readable (there are white letters on light-grey background). This is actually OK in community dashbuilder but NOT OK in BPM product. See screenshot attached.
This should probably be fixed by updating default.css (not sure where it is - perhaps in branding branch?)
Version-Release number of selected component (if applicable):
BPMS 6.0.1 ER1
How reproducible:
Always
Steps to Reproduce:
1. Login to dashbuilder with admin user
2. Navigate to any page containing Dashboard filter.
3. Click Options > Edit content and enable 'auto-refresh enabled'
Actual results:
Observe the auto refresh timeout - it is displayed with white letters (as defined in dashboard-builder/modules/dashboard-ui/dashboard-ui-core/src/main/webapp/components/bam/dashboard_filter/filter_autorefresh.jsp) on light grey background (as defined in default.css - it looks that this css file differs for community and product)
Expected results:
The easiest fix I see is to update the product's default.css file to use the same background for auto refresh timer table as community dashbuilder does.
Additional info: