SLA plugin updated
[unfold.git] / plugins / sladialog / templates / sladialog.html
1 <div id={{ domid }}>
2 <div class="modal fade" id="slamodal-wilab2" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"
3                 data-backdrop="static" data-keyboard="false">
4   <div class="modal-dialog">
5     <div class="modal-content">
6       <div class="modal-header">
7         <h4 class="modal-title" id="myModalLabel">Provider iMinds offers the following SLA</h4>
8       </div>
9       <div class="modal-body"  id="modal-body">
10         <!-- <p>SLA description</p>
11         <p>Testbed guarantees 0.99 Uptime rate for 0.99 rate of the WiLab2 resources during the sliver lifetime</p> -->
12       </div>
13       <div class="modal-footer">
14         <button type="button" id="dismiss_sla_wilab2" class="btn btn-default" data-dismiss="modal">Dismiss</button>
15         <button type="button" id="accept_sla_wilab2" class="btn btn-primary">Accept</button>
16       </div>
17     </div>
18   </div>
19 </div>
20 <!-- <div class="modal fade" id="slamodal-virtualwall" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"
21     data-backdrop="static" data-keyboard="false">
22   <div class="modal-dialog">
23     <div class="modal-content">
24       <div class="modal-header">
25         <h4 class="modal-title" id="modalTitleId">Provider iMinds offers the following SLA</h4>
26       </div>
27       <div class="modal-body" id="modal-body">
28         <p>SLA description</p>
29         <p>Testbed guarantees 0.99 Uptime rate for 0.99 rate of the VirtualWall resources during the sliver lifetime</p>
30       </div>
31       <div class="modal-footer">
32         <button type="button" id="dismiss_sla_vwall" class="btn btn-default" data-dismiss="modal">Dismiss</button>
33         <button type="button" id="accept_sla_vwall" class="btn btn-primary">Accept</button>
34       </div>
35     </div>
36   </div>
37 </div> -->
38 </div>