Port graph page to maud

This commit is contained in:
Joscha 2024-05-11 23:03:24 +02:00
parent 67960e08fa
commit ae81831bdd
2 changed files with 17 additions and 34 deletions

View file

@ -1,19 +0,0 @@
{% extends "base.html" %}
{% block title %}graph{% endblock %}
{% block head %}
<link rel="stylesheet" href="{{ link_uplot_css }}" />
<script type="module" src="{{ link_graph_js }}"></script>
{% endblock %}
{% block body %}
<h2>Graph</h2>
<div class="graph-container">
<div id="plot"></div>
<div id="metrics" class="metrics-list">Loading metrics...</div>
</div>
{% endblock %}