rfellows opened a new pull request, #10407: URL: https://github.com/apache/nifi/pull/10407
# Summary [NIFI-15080](https://issues.apache.org/jira/browse/NIFI-15080) # Display bulletin severity (color) in listing tables when bulletin icon is present ## Summary This PR implements bulletin severity-based color coding for bulletin icons across all NiFi frontend listing tables, providing users with immediate visual feedback about the severity level of bulletins. ## Changes Made ### Core Service Enhancement - **Enhanced `NiFiCommon` service** with bulletin severity logic: - Added `getMostSevereBulletin()` method to determine highest severity bulletin - Added `getBulletinSeverityClass()` method to return appropriate CSS classes - Severity hierarchy: ERROR > WARNING > INFO > DEBUG > TRACE ### Component Updates Updated bulletin icon display in **6 table components**: - Controller Service Table - Registry Client Table - Reporting Task Table - Controller Service References - Parameter References - Flow Analysis Rule Table This enhancement improves user experience by providing immediate visual context about bulletin severity levels throughout the NiFi interface. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
