From 640ff61422bc0ee3966941b93d9889ddbbd38d77 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Thu, 30 Jul 2026 18:17:14 -0600 Subject: more files --- src/dashboard/templates/by_playbook_name.html | 50 +++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 src/dashboard/templates/by_playbook_name.html (limited to 'src/dashboard/templates/by_playbook_name.html') diff --git a/src/dashboard/templates/by_playbook_name.html b/src/dashboard/templates/by_playbook_name.html new file mode 100644 index 0000000..d8da7c6 --- /dev/null +++ b/src/dashboard/templates/by_playbook_name.html @@ -0,0 +1,50 @@ + +{% load static %} + + + + + + + + + + + + {% block javascript %} + + {% endblock %} + + + + + + + + + + {% block stylesheet %} + + + {% endblock %} + + Far-Edge Ops Middleware + + + +
+ {% block content %} +
+ {% include 'cards/playbook_by_name.html' %} +
+ {% endblock %} +
+ + + + + -- cgit v1.3