X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fqueryupdater%2Fstatic%2Fjs%2Fqueryupdater.js;fp=plugins%2Fqueryupdater%2Fstatic%2Fjs%2Fqueryupdater.js;h=5d017b9dcf113a31cda96ecb453a0da127c2815f;hb=f320a65ac7928a4a1c8315443880dce1d7afc997;hp=3057cf5bb787fede4c1d55a0a06966eb762dbb1c;hpb=b6be4f9966a8ad3e05bd30155f723df55220128b;p=myslice.git diff --git a/plugins/queryupdater/static/js/queryupdater.js b/plugins/queryupdater/static/js/queryupdater.js index 3057cf5b..5d017b9d 100644 --- a/plugins/queryupdater/static/js/queryupdater.js +++ b/plugins/queryupdater/static/js/queryupdater.js @@ -135,7 +135,7 @@ { flagDouble = true; promt.append('

Testbed guarantees 0.99 Uptime rate for 0.99 rate of the WiLab2 resources during the sliver lifetime

'); - promt.append(wilabForm); + //promt.append(wilabForm); promt.append('
'); } if(flagVW) @@ -143,7 +143,7 @@ //promt.append(wallmessage); flagDouble = true; promt.append('

Testbed guarantees 0.99 Uptime rate for 0.99 rate of the VirtualWall resources during the sliver lifetime

'); - promt.append(wallForm); + //promt.append(wallForm); promt.append('
'); } @@ -203,11 +203,11 @@ "user": username, "expiration_time": new Date().toISOString() }); - + $('#slamodal-wilab2').modal('hide'); accepted_sla["wilab2"] = true; - manifold.raise_event(self.options.query_uuid, RUN_UPDATE); + //manifold.raise_event(self.options.query_uuid, RUN_UPDATE); } $('#modal-body').empty(); });