DaanHoogland commented on code in PR #9327:
URL: https://github.com/apache/cloudstack/pull/9327#discussion_r1663548275


##########
ui/src/views/infra/AddPrimaryStorage.vue:
##########
@@ -879,7 +879,7 @@ export default {
           url = values.flashArrayURL
         }
 
-        if (values.provider === 'Linstor') {
+        if (values.provider === 'Linstor' || params.provider === 'Linstor') {

Review Comment:
   given line 788 and also lines 868-869 , how is this making a difference?



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