Loading src/webui/service/templates/main/debug.html +2 −3 Original line number Diff line number Diff line Loading @@ -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 %} Loading
src/webui/service/templates/main/debug.html +2 −3 Original line number Diff line number Diff line Loading @@ -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 %}