Updated code to work with SLA-Collector module (local instance)
[unfold.git] / plugins / queryupdater / static / js / queryupdater.js
index 3057cf5..5d017b9 100644 (file)
             {
                 flagDouble = true;
                 promt.append('<p>Testbed guarantees 0.99 Uptime rate for 0.99 rate of the WiLab2 resources during the sliver lifetime</p>');
-                promt.append(wilabForm);
+                //promt.append(wilabForm);
                 promt.append('<br />');
             }
             if(flagVW)
                 //promt.append(wallmessage);
                 flagDouble = true;
                 promt.append('<p>Testbed guarantees 0.99 Uptime rate for 0.99 rate of the VirtualWall resources during the sliver lifetime</p>');
-                promt.append(wallForm);
+                //promt.append(wallForm);
                 promt.append('<br />');
             }
 
                                           "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();
                         });