Added report generation page

This commit is contained in:
Gregory Ballantine
2024-06-03 12:25:29 -04:00
parent de01e4b144
commit 27c9267261
4 changed files with 60 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<li><a href="{{ url_for('benchmark.list') }}">Benchmarks</a></li>
<li><a href="{{ url_for('component.list') }}">Components</a></li>
<li><a href="{{ url_for('test.list') }}">Test</a></li>
<li><a href="{{ url_for('reports.generate') }}">Reports</a></li>
</ul>
</nav>