mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 00:05:11 -04:00
Added an icon-button to remove an operation from the recipe
This commit is contained in:
parent
4c3324aea1
commit
5b8d379abc
9 changed files with 24 additions and 0 deletions
|
@ -81,6 +81,7 @@ class HTMLOperation {
|
|||
|
||||
html += `</div>
|
||||
<div class="recip-icons">
|
||||
<i class="material-icons remove-icon" title="Remove operation" disabled="false">delete</i>
|
||||
<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>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue