Hotfix: Skip the creation of the contains method within Array prototype to avoid breaking other parts of the UI
diff --git a/src/main/webapp/assets/js/view/location-wizard.js b/src/main/webapp/assets/js/view/location-wizard.js
index 5013f06..f3e2464 100644
--- a/src/main/webapp/assets/js/view/location-wizard.js
+++ b/src/main/webapp/assets/js/view/location-wizard.js
@@ -541,7 +541,8 @@
                                     return item.getIdentifierName();
                                 }),
                                 spec: ['localhost']
-                            }
+                            },
+                            loggerEnabled: false
                         });
                     }
                 });
@@ -702,7 +703,8 @@
                         vmOptions: that.vmOptions,
                         osOptions: that.osOptions,
                         templateOptions: that.templateOptions
-                    }
+                    },
+                    loggerEnabled: false
                 });
             }, 100);
         },