Copilot commented on code in PR #13568:
URL: https://github.com/apache/cloudstack/pull/13568#discussion_r3550571305


##########
ui/src/config/router.js:
##########
@@ -218,9 +218,9 @@ export function asyncRouterMap () {
 
       generateRouterMap(compute),
       generateRouterMap(storage),
-      generateRouterMap(kms),
       generateRouterMap(network),
       generateRouterMap(image),
+      generateRouterMap(kms),

Review Comment:
   This reorders the KMS section in the top-level route/menu list (it moves 
from between Storage and Network to after Image). That changes the UI 
navigation order, but the PR description only mentions an icon fix. If the 
reordering isn’t intentional, please keep the original order to avoid an 
unrelated UX change; if it is intentional, please update the PR description to 
mention it.



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