jadami10 commented on code in PR #17450:
URL: https://github.com/apache/pinot/pull/17450#discussion_r2658383858
##########
pinot-controller/src/main/resources/app/components/Table.tsx:
##########
@@ -398,7 +398,16 @@ export default function CustomizedTables({
/>
);
}
- if (str.toLowerCase() === 'consuming' || str.toLocaleLowerCase() ===
"partial" || str.toLocaleLowerCase() === "updating" ) {
+ if (str.toLowerCase() === 'disabled' || str.toLowerCase() === "queries
disabled" || str.toLowerCase() === 'unhealthy') {
Review Comment:
I decided to go with the orange for unhealthy/disabled instead of red since
it's easier to distinguish in the UI
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]