mirror of https://github.com/apache/archiva.git
fix previous bad commit
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1237583 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d080db57e5
commit
f34fd43701
|
@ -31,7 +31,7 @@ $(function() {
|
|||
//private List<String> whiteListPatterns;
|
||||
this.whiteListPatterns=ko.observableArray(whiteListPatterns);
|
||||
//private Map<String, String> policies;
|
||||
this.policies=ko.observable(policies);
|
||||
this.policies=ko.observable(policies);
|
||||
//private Map<String, String> 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<String> options;
|
||||
this.options=ko.observableArray(options);
|
||||
|
|
Loading…
Reference in New Issue