Commit 91d593a9 authored by William Grzybowski's avatar William Grzybowski
Browse files

Actually remove the static Performace Test button

Ticket:	#5466
parent 542604af
No related merge requests found
Showing with 0 additions and 6 deletions
+0 -6
......@@ -14,12 +14,6 @@
window.location='{% url "system_debug" %}';
</script>
</button>
<button id="btn_{% cls_name form %}_PerfTest" data-dojo-type="dijit.form.Button" type="button">
{% trans "Performance Test" %}
<script type="dojo/method" data-dojo-event="onClick" data-dojo-args="evt">
editScaryObject('{% trans "Performance Test"|escapejs %}', '{% url "system_perftest" %}');
</script>
</button>
<button id="btn_{% cls_name form %}_FwUpdate" data-dojo-type="dijit.form.Button" type="button">
{% trans "Firmware Update" %}
<script type="dojo/method" data-dojo-event="onClick" data-dojo-args="evt">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment