Added titles to a few pages

This commit is contained in:
2025-08-01 17:23:01 -04:00
parent 32632b2303
commit a1fba9829c
3 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,8 @@
{% block title %}List of Benchmarks{% endblock %} {% block title %}List of Benchmarks{% endblock %}
{% block content %} {% block content %}
<h1>List of Benchmarks</h1>
<p><a href="{{ url_for('benchmark.add') }}">Create new Benchmark</a></p> <p><a href="{{ url_for('benchmark.add') }}">Create new Benchmark</a></p>
{% if benchmarks | length > 0 %} {% if benchmarks | length > 0 %}

View File

@ -3,6 +3,8 @@
{% block title %}List of Hardware Components{% endblock %} {% block title %}List of Hardware Components{% endblock %}
{% block content %} {% block content %}
<h1>List of Hardware Components</h1>
<p><a href="{{ url_for('component.add') }}">Create new Hardware Component</a></p> <p><a href="{{ url_for('component.add') }}">Create new Hardware Component</a></p>
{% if components | length > 0 %} {% if components | length > 0 %}

View File

@ -3,6 +3,8 @@
{% block title %}List of Tests{% endblock %} {% block title %}List of Tests{% endblock %}
{% block content %} {% block content %}
<h1>List of Hardware Tests</h1>
<p><a href="{{ url_for('test.add') }}">Create new test</a></p> <p><a href="{{ url_for('test.add') }}">Create new test</a></p>
{% if tests | length > 0 %} {% if tests | length > 0 %}