Repository: brooklyn-ui
Updated Branches:
  refs/heads/0.9.0 34d196678 -> 165482f4a


Hotfix: Skip the creation of the contains method within Array prototype to 
avoid breaking other parts of the UI


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/165482f4
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/165482f4
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/165482f4

Branch: refs/heads/0.9.0
Commit: 165482f4a1abfdcd244db92e2c9f770d81ff6b52
Parents: 34d1966
Author: Thomas Bouron <thomas.bou...@cloudsoftcorp.com>
Authored: Thu Apr 7 13:13:47 2016 +0100
Committer: Aled Sage <aled.s...@gmail.com>
Committed: Thu Apr 7 21:01:17 2016 +0100

----------------------------------------------------------------------
 src/main/webapp/assets/js/view/location-wizard.js | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/165482f4/src/main/webapp/assets/js/view/location-wizard.js
----------------------------------------------------------------------
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 @@ define([
                                     return item.getIdentifierName();
                                 }),
                                 spec: ['localhost']
-                            }
+                            },
+                            loggerEnabled: false
                         });
                     }
                 });
@@ -702,7 +703,8 @@ define([
                         vmOptions: that.vmOptions,
                         osOptions: that.osOptions,
                         templateOptions: that.templateOptions
-                    }
+                    },
+                    loggerEnabled: false
                 });
             }, 100);
         },

Reply via email to