summaryrefslogtreecommitdiff
path: root/src/dashboard/templates/deployment.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/dashboard/templates/deployment.html')
-rw-r--r--src/dashboard/templates/deployment.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dashboard/templates/deployment.html b/src/dashboard/templates/deployment.html
new file mode 100644
index 0000000..a63556d
--- /dev/null
+++ b/src/dashboard/templates/deployment.html
@@ -0,0 +1,7 @@
+{% extends 'includes/main-panel.html' %}
+
+{% block content %}
+<div class="row">
+ {% include 'cards/playbook.html' %}
+</div>
+{% endblock %} \ No newline at end of file