mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
add button to hide recipe's options
This commit is contained in:
parent
c9d9730726
commit
6b76b7004a
3 changed files with 26 additions and 0 deletions
|
@ -83,6 +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>
|
||||
</div>
|
||||
<div class="clearfix"> </div>`;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue