brumi1024 commented on code in PR #8258:
URL: https://github.com/apache/hadoop/pull/8258#discussion_r2839701084
##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-capacity-scheduler-ui/src/main/webapp/package.json:
##########
@@ -91,6 +91,7 @@
"@vitejs/plugin-react": "^4.4.1",
"@vitest/coverage-v8": "^3.2.4",
"babel-plugin-react-compiler": "^1.0.0",
+ "baseline-browser-mapping": "^2.9.18",
Review Comment:
Updated.
##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-capacity-scheduler-ui/src/main/webapp/src/features/queue-management/components/dialogs/AddQueueDialog.tsx:
##########
@@ -163,6 +163,15 @@ export function AddQueueDialog({ open, parentQueuePath,
onClose }: AddQueueDialo
<input type="hidden" {...register('capacity')} />
<input type="hidden" {...register('maxCapacity')} />
+ {/* Workflow help text */}
+ <div className="flex items-start gap-2 p-3 rounded-md bg-muted/50
text-sm text-muted-foreground">
+ <Info className="h-4 w-4 mt-0.5 flex-shrink-0" />
+ <span>
+ After creating the queue, you'll be able to set capacity
for this queue and
Review Comment:
Updated.
--
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]