start load test work

This commit is contained in:
Kenneth Kehl
2024-08-30 09:50:01 -07:00
parent b20c8ec909
commit c36561ee4d
4 changed files with 51 additions and 6 deletions

View File

@@ -28,6 +28,10 @@
{% if not service['active'] %}
<span class="heading-medium hint">&ensp;Archived</span>
{% endif %}
{% if service['name'] == 'Test service' %}
<a class="usa-link" href="{{ url_for('main.load_test') }}">Load Test</a>
{% endif %}
{% endcall %}
{% endcall %}