DaanHoogland commented on issue #13358: URL: https://github.com/apache/cloudstack/issues/13358#issuecomment-4706653586
@Gia-Bursulaia , your description reads as if ``` disabled="templateNics && templateNics.length > 0" ``` should be changed to ``` (:)disabled=“!templateNics || templateNics.length > 0)" ``` (with the ‘:’ on the html element, to make it reactive) Can you create a draft PR to discuss further? -- 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]
