yyqdbngt opened a new issue, #1347:
URL: https://github.com/apache/rocketmq-dashboard/issues/1347

   ## Problem
   
   `web/src/pages/instance/acl.tsx` loads rules and users with `Promise.all`. 
If either request rejects, the successful sibling result is discarded and both 
tabs remain empty, even though one data set was available.
   
   ## Expected behavior
   
   Load the two independent resources with separate error/loading ownership (or 
`Promise.allSettled`) and render whichever result succeeds while reporting the 
failed tab.
   
   ## Scope
   
   - preserve successful rule/user data on partial failure
   - keep independent loading/error states
   - add both partial-failure permutations to page tests
   


-- 
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]

Reply via email to