Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
truenas-rk3588
truenas
Commits
91d593a9
Commit
91d593a9
authored
10 years ago
by
William Grzybowski
Browse files
Options
Download
Email Patches
Plain Diff
Actually remove the static Performace Test button
Ticket: #5466
parent
542604af
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gui/templates/system/advanced_edit.html
+0
-6
gui/templates/system/advanced_edit.html
with
0 additions
and
6 deletions
+0
-6
gui/templates/system/advanced_edit.html
View file @
91d593a9
...
...
@@ -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"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help