K0K0V0K commented on code in PR #8258:
URL: https://github.com/apache/hadoop/pull/8258#discussion_r2829299819
##########
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:
```suggestion
After creating the queue, you will be able to set capacity for
this queue and
```
--
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]