SLA plugin updated
[unfold.git] / plugins / sladialog / templates / sladialog.html
index 0860400..ce27c2e 100644 (file)
@@ -1,20 +1,38 @@
 <div id={{ domid }}>
-<div class="modal fade" id="slamodal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"
+<div class="modal fade" id="slamodal-wilab2" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"
                data-backdrop="static" data-keyboard="false">
   <div class="modal-dialog">
     <div class="modal-content">
       <div class="modal-header">
         <h4 class="modal-title" id="myModalLabel">Provider iMinds offers the following SLA</h4>
       </div>
-      <div class="modal-body">
-        <p>SLA description</p>
-        <p>Testbed guarantees 0.99 Uptime rate for 0.99 rate of the resources during the sliver lifetime</p>
+      <div class="modal-body"  id="modal-body">
+        <!-- <p>SLA description</p>
+        <p>Testbed guarantees 0.99 Uptime rate for 0.99 rate of the WiLab2 resources during the sliver lifetime</p> -->
       </div>
       <div class="modal-footer">
-        <button type="button" id="dismiss_sla" class="btn btn-default" data-dismiss="modal">Dismiss</button>
-        <button type="button" id="accept_sla" class="btn btn-primary">Accept</button>
+        <button type="button" id="dismiss_sla_wilab2" class="btn btn-default" data-dismiss="modal">Dismiss</button>
+        <button type="button" id="accept_sla_wilab2" class="btn btn-primary">Accept</button>
       </div>
     </div>
   </div>
 </div>
+<!-- <div class="modal fade" id="slamodal-virtualwall" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"
+    data-backdrop="static" data-keyboard="false">
+  <div class="modal-dialog">
+    <div class="modal-content">
+      <div class="modal-header">
+        <h4 class="modal-title" id="modalTitleId">Provider iMinds offers the following SLA</h4>
+      </div>
+      <div class="modal-body" id="modal-body">
+        <p>SLA description</p>
+        <p>Testbed guarantees 0.99 Uptime rate for 0.99 rate of the VirtualWall resources during the sliver lifetime</p>
+      </div>
+      <div class="modal-footer">
+        <button type="button" id="dismiss_sla_vwall" class="btn btn-default" data-dismiss="modal">Dismiss</button>
+        <button type="button" id="accept_sla_vwall" class="btn btn-primary">Accept</button>
+      </div>
+    </div>
+  </div>
+</div> -->
 </div>