X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=public%2FCRM.html;h=e0e0585b62bd6efb4cbbb5870f4261e67228d519;hb=HEAD;hp=ff43941ea60d23411f4ee68bedde533771cad64f;hpb=0e2d9c801242bf54667fbc36b15a8f2e20e48e54;p=APKPM.git diff --git a/public/CRM.html b/public/CRM.html index ff43941..e0e0585 100644 --- a/public/CRM.html +++ b/public/CRM.html @@ -8,7 +8,7 @@ this.fetch = function() { self.clear(); - self.url = '/g/' + self.function + '/' + self.args + '?callback=JSON_CALLBACK'; + self.url = '/g/' + self.function_name + '/' + self.args + '?callback=JSON_CALLBACK'; $xhr('JSON', self.url, function(code, response) { self.code = code; self.response = response; @@ -16,6 +16,7 @@ }; this.clear = function() { + self.url = null; self.code = null; self.response = null; }; @@ -23,13 +24,15 @@ PingCntl.$inject = ['$xhr'];
- + loading {{url}} + {{response.length}} results + @@ -38,6 +41,7 @@ + @@ -46,7 +50,8 @@
USERNAME BROJ USLUGA IP_MANAGEMENTOPT82
{{u.USERNAME}} {{u.BROJ}} {{u.USLUGA}} {{u.IP_MANAGEMENT}}{{u.OPT82}}
-
+    
+    
 url={{url}}
 code={{code}}
 response={{response}}