From c1a5b6760381c6ff053655e52ed7eb7736d3d412 Mon Sep 17 00:00:00 2001 From: Robin Scholtes Date: Mon, 17 Apr 2023 13:28:14 +1200 Subject: [PATCH] Set favourites icon in pane controls following a consistent template pattern --- src/web/App.mjs | 3 --- src/web/html/index.html | 19 ++++++++++++------- src/web/stylesheets/layout/_banner.css | 2 +- src/web/stylesheets/layout/_operations.css | 6 +----- src/web/stylesheets/layout/_structure.css | 1 + 5 files changed, 15 insertions(+), 16 deletions(-) diff --git a/src/web/App.mjs b/src/web/App.mjs index 5db558b7c..6963f7793 100755 --- a/src/web/App.mjs +++ b/src/web/App.mjs @@ -252,9 +252,6 @@ class App { * @fires Manager#oplistcreate */ populateOperationsList() { - // Move edit button away before we overwrite it - document.body.appendChild(document.getElementById("edit-favourites")); - let html = ""; let i; diff --git a/src/web/html/index.html b/src/web/html/index.html index db8b21b82..0668a1fd1 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -179,21 +179,26 @@ About / Support help - - - -
-
+
+ data-help="

The Operations list contains all the operations in CyberChef arranged into categories. Some operations may be present in multiple categories. You can search for operations using the search box.

To use an operation, either double click it, or drag it into the Recipe pane. You will then be able to configure its arguments (or 'Ingredients' in CyberChef terminology).

"> Operations + + +