shwstppr commented on code in PR #11763:
URL: https://github.com/apache/cloudstack/pull/11763#discussion_r2735076198


##########
ui/src/config/router.js:
##########
@@ -81,6 +81,7 @@ function generateRouterMap (section) {
           filters: child.filters,
           params: child.params ? child.params : {},
           columns: child.columns,
+          advisories: !vueProps.$config.advisoriesDisabled ? child.advisories 
: undefined,

Review Comment:
   @DaanHoogland can be done but I'm not sure if everyone would want it so kept 
it disabled by default



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