harikrishna-patnala commented on code in PR #7610:
URL: https://github.com/apache/cloudstack/pull/7610#discussion_r1247339525
##########
ui/public/locales/en.json:
##########
@@ -2797,8 +2797,11 @@
"message.network.updateip": "Please confirm that you would like to change the
IP address for this NIC on VM.",
"message.network.usage.info.data.points": "Each data point represents the
difference in data traffic since the last data point.",
"message.network.usage.info.sum.of.vnics": "The network usage shown is made up
of the sum of data traffic from all the vNICs in the VM.",
+"message.new.version.available": "New version of cloudstack available. Click
here to check the details",
Review Comment:
```suggestion
"message.new.version.available": "New version of CloudStack is available.
Click here to check the details",
```
##########
ui/src/store/modules/user.js:
##########
@@ -415,4 +469,16 @@ const user = {
}
}
+export function newVersionAvailable () {
Review Comment:
Do you think an "Acknowledged" kind of option makes sense for version
notification, otherwise it will keep reminding time to time or on every login.
If someone wants to stay on a particular release, they see this notification
everytime. @vishesh92
--
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]