Cleaned code and improved communication with SLA Collector
[unfold.git] / plugins / sladialog / templates / sladialog.html
1 <div id={{ domid }}>
2 <div class="modal fade" id="slamodal" 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">Selected testbed(s) provide the following SLAs</h4>
8       </div>
9       <div class="modal-body"  id="modal-body">
10         <table class="table" id="sla-modal-table">
11           <thead>
12           <tr>
13             <th>Testbed</th>
14             <th>SLA Description</th>
15             <th>Accept</th>
16           </tr>
17           </thead>
18           <tbody id="sla-table-body">
19           </tbody>
20         </table>
21       </div>
22       <div class="modal-footer">
23         <button type="button" id="cancel_sla" class="btn btn-default" data-dismiss="modal">Cancel</button>
24         <button type="button" id="submit_sla" class="btn btn-primary">Submit</button>
25       </div>
26     </div>
27   </div>
28 </div>
29 <!-- <div class="modal fade" id="slamodal-virtualwall" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"
30     data-backdrop="static" data-keyboard="false">
31   <div class="modal-dialog">
32     <div class="modal-content">
33       <div class="modal-header">
34         <h4 class="modal-title" id="modalTitleId">Provider iMinds offers the following SLA</h4>
35       </div>
36       <div class="modal-body" id="modal-body">
37         <p>SLA description</p>
38         <p>Testbed guarantees 0.99 Uptime rate for 0.99 rate of the VirtualWall resources during the sliver lifetime</p>
39       </div>
40       <div class="modal-footer">
41         <button type="button" id="dismiss_sla_vwall" class="btn btn-default" data-dismiss="modal">Dismiss</button>
42         <button type="button" id="accept_sla_vwall" class="btn btn-primary">Accept</button>
43       </div>
44     </div>
45   </div>
46 </div> -->
47 </div>