sudo87 commented on code in PR #10947:
URL: https://github.com/apache/cloudstack/pull/10947#discussion_r2156571842
##########
ui/public/cloud-image-templates.json:
##########
@@ -0,0 +1,146 @@
+[
+ {
+ "id": 1,
+ "name": "Ubuntu 24.04",
+ "version": "24.04",
+ "distro": "Ubuntu",
+ "arch": "x86_64",
+ "filename": "ubuntu-24.04-server-cloudimg-amd64.img"
+ },
Review Comment:
id was given for name sake, to provide some unique number to each template
metadata. Version can be taken out now, it was used for display name iirc.
--
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]