Add graph tab
This commit is contained in:
parent
9caf664b10
commit
b0eb94a02a
7 changed files with 56 additions and 1 deletions
11
templates/pages/graph.html
Normal file
11
templates/pages/graph.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}graph{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
<script type="module" src="{{ link_graph_js }}"></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h2>Graph</h2>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue