techdocsmith commented on code in PR #16191:
URL: https://github.com/apache/druid/pull/16191#discussion_r1536324781
##########
web-console/src/components/header-bar/header-bar.tsx:
##########
@@ -496,6 +358,38 @@ export const HeaderBar = React.memo(function
HeaderBar(props: HeaderBarProps) {
</NavbarGroup>
<NavbarGroup align={Alignment.RIGHT}>
<RestrictedMode capabilities={capabilities}
onUnrestrict={onUnrestrict} />
+ {capabilitiesOverride && (
+ <Popover2
+ content={
+ <PopoverText>
+ <p>
+ The console is running in a specific forced mode. Instead of
detecting the
+ capabilities of the cluster it is assuming a certain defined
set of capabilities.
Review Comment:
```suggestion
The console is running in a forced mode that assumes a
limited set of capabilities rather
than detecting all capabilities for the cluster.
```
--
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]