aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/manager/html/common.html
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-11-08 12:28:05 +0100
committerDmitry Vyukov <dvyukov@google.com>2024-11-08 14:15:20 +0000
commitfd2284fb43b1718c874646f69d5004b75c2f84b7 (patch)
tree19d9b854463645e06fe410e94f0af9a21aab0edf /pkg/manager/html/common.html
parent70e072b679a9d156102135dec78adea066147268 (diff)
pkg/manager: rename action to toggle
Diffstat (limited to 'pkg/manager/html/common.html')
-rw-r--r--pkg/manager/html/common.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/manager/html/common.html b/pkg/manager/html/common.html
index 6a8599902..ea76b5a63 100644
--- a/pkg/manager/html/common.html
+++ b/pkg/manager/html/common.html
@@ -19,10 +19,10 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the
<td>
<form action="/action" method="post">
<input type="hidden" name="url" value="{{.CurrentURL}}" />
- <button type="submit" name="action" value="toggle-expert" class="action_button{{if .ExpertMode}}_selected{{end}}" title="Toggle expert mode">
+ <button type="submit" name="toggle" value="expert" class="action_button{{if .ExpertMode}}_selected{{end}}" title="Toggle expert mode">
🧠
</input>
- <button type="submit" name="action" value="pause-unpause" class="action_button{{if .Paused}}_selected{{end}}" title="Pause/unpause fuzzing">
+ <button type="submit" name="toggle" value="pause" class="action_button{{if .Paused}}_selected{{end}}" title="Pause/unpause fuzzing">
{{if .Paused}}▢️{{else}}⏸️{{end}}
</input>
</form>