SLA and Service Directory code added
[unfold.git] / plugins / sladialog / templates / sladialog.html
diff --git a/plugins/sladialog/templates/sladialog.html b/plugins/sladialog/templates/sladialog.html
new file mode 100644 (file)
index 0000000..0860400
--- /dev/null
@@ -0,0 +1,20 @@
+<div id={{ domid }}>
+<div class="modal fade" id="slamodal" 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>
+      <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>
+      </div>
+    </div>
+  </div>
+</div>
+</div>