mirror of
https://github.com/gchq/CyberChef
synced 2026-02-18 10:24:18 +00:00
replace "options" with "arguments", invert global hide-icon if needed
This commit is contained in:
@@ -83,7 +83,7 @@ class HTMLOperation {
|
||||
<div class="recip-icons">
|
||||
<i class="material-icons breakpoint" title="Set breakpoint" break="false">pause</i>
|
||||
<i class="material-icons disable-icon" title="Disable operation" disabled="false">not_interested</i>
|
||||
<i class="material-icons hide-options" title="Hide options" hide-opt="false">keyboard_arrow_up</i>
|
||||
<i class="material-icons hide-args-icon" title="Hide arguments" hide-args="false">keyboard_arrow_up</i>
|
||||
</div>
|
||||
<div class="clearfix"> </div>`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user