Added titles to a few pages
This commit is contained in:
@ -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 %}
|
||||||
|
@ -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 %}
|
||||||
|
@ -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 %}
|
||||||
|
Reference in New Issue
Block a user