Port graph page to maud
This commit is contained in:
parent
67960e08fa
commit
ae81831bdd
2 changed files with 17 additions and 34 deletions
|
|
@ -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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue