mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
replace "options" with "arguments", invert global hide-icon if needed
This commit is contained in:
parent
3bb6a40f82
commit
ed7baf57f0
5 changed files with 41 additions and 24 deletions
|
@ -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>`;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue