diff --git a/src/webui/service/templates/main/debug.html b/src/webui/service/templates/main/debug.html
index 4b3e289c3004fcef5cccc4cbd9f40712a18ae83e..1ab3be251a903c8671be8aced7e679404c19a3f6 100644
--- a/src/webui/service/templates/main/debug.html
+++ b/src/webui/service/templates/main/debug.html
@@ -36,8 +36,7 @@
     -->
 
     <h3>Load Generator:</h3>
-    <a href="{{ url_for('load_gen.run') }}" class="btn btn-primary" style="margin-bottom: 10px;">
-        Run
-    </a>
+    <a href="{{ url_for('load_gen.start') }}" class="btn btn-primary" style="margin-bottom: 10px;">Start</a>
+    <a href="{{ url_for('load_gen.stop') }}" class="btn btn-primary" style="margin-bottom: 10px;">Stop</a>
 
 {% endblock %}