X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fqueryupdater%2Fstatic%2Fjs%2Fqueryupdater.js;h=8c68037fc895db05207af98fd3422bc41712235b;hb=dd36aa85411b2985e8d6a321acf0544f2887345a;hp=bf650bb4b826bc466a4bbb9fef04942977116d33;hpb=38810dd05146ff653815d1a98f56ef0c020555e2;p=unfold.git diff --git a/plugins/queryupdater/static/js/queryupdater.js b/plugins/queryupdater/static/js/queryupdater.js index bf650bb4..8c68037f 100644 --- a/plugins/queryupdater/static/js/queryupdater.js +++ b/plugins/queryupdater/static/js/queryupdater.js @@ -93,12 +93,13 @@ var flagVW = false; var flagWi = false; + promt.append('

SLA description

'); + var wilabForm = ""; - var wimessage = '

SLA description

to be deployed

'; + wilabForm += ""; //var wallmessage = '

SLA description

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

'; var wallForm = ""; + wallForm += ""; + var flagDouble = false; if(flagWi) { 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('
'); } if(flagVW) { //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('
'); } @@ -182,7 +190,7 @@ $('#slamodal-wilab2').modal('hide'); accepted_sla["wilab2"] = true; - //this.do_update(e); + this.do_update(e); } });