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


##########
ui/src/components/page/GlobalLayout.vue:
##########
@@ -154,6 +198,12 @@ export default {
     isAdmin () {
       return isAdmin()
     },
+    numberOfAlerts () {
+      return numberOfAlerts()
+    },
+    newVersionAvailable () {
+      return newVersionAvailable()
+    },

Review Comment:
   Can we directly use user.js methods? Or rename the wrapping methods? A bit 
confusing from code-readability pov.



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