mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Added metadata, string identifiers and operation args
This commit is contained in:
parent
4db2335107
commit
ebb632e888
4 changed files with 49 additions and 20 deletions
|
@ -51,7 +51,8 @@ class HTMLIngredient {
|
|||
value="${this.value}"
|
||||
rows=5
|
||||
${this.disabled ? "disabled" : ""}></textarea>
|
||||
${this.hint ? "<span class='bmd-help'>" + this.hint + "</span>" : ""}`;
|
||||
${this.hint ? "<span class='bmd-help'>" + this.hint + "</span>" : ""}
|
||||
</div>`;
|
||||
break;
|
||||
case "string":
|
||||
case "binaryString":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue