diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/proxy-connectors.js b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/proxy-connectors.js index 4f253262f..cc489b8d8 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/proxy-connectors.js +++ b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/proxy-connectors.js @@ -31,7 +31,7 @@ $(function() { //private List whiteListPatterns; this.whiteListPatterns=ko.observableArray(whiteListPatterns); //private Map policies; - this.policies=ko.observable(policies); + this.policies=ko.observable(policies); //private Map properties; this.properties=ko.observable(properties); //private boolean disabled = false; @@ -40,9 +40,6 @@ $(function() { this.order=ko.observable(order); } - displayProxyConnectors=function(){ - $("#main-content").html($("#proxyConnectorsMain").tmpl()); - $("#main-content").append(smallSpinnerImg()); PolicyInformation=function(options,defaultOption,id,name){ //private List options; this.options=ko.observableArray(options);