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


##########
ui/src/views/offering/AddComputeOffering.vue:
##########
@@ -1172,6 +1206,9 @@ export default {
       }
       this.form.leaseduration = this.leaseduration
       this.form.leaseexpiryaction = this.leaseexpiryaction
+    },
+    handleGpuOfferingChange (id) {

Review Comment:
   The `handleGpuOfferingChange` method is defined but never invoked—consider 
removing it or wiring it up to the GPU card selector.



-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to