diff --git a/src/dashboard/templates/memory_graph.html b/src/dashboard/templates/memory_graph.html new file mode 100644 index 00000000..0691c01b --- /dev/null +++ b/src/dashboard/templates/memory_graph.html @@ -0,0 +1,103 @@ + +{% extends "base.html" %} + +{% block content %} +
+
+

// MEMORY_VISUALIZATION: {{ query or 'Recent' }}

+ Back to Browser +
+ +
+ +
+
+ + + +{% endblock %}