From 8ae6bb8c73a7c59fe3b58e746008c02bb2ba6fc0 Mon Sep 17 00:00:00 2001 From: Ilija Lazoroski Date: Mon, 13 Jun 2022 18:30:06 +0200 Subject: [PATCH] UI: Remove testing from InternalConfig * leftover from renaming credential_classes --- .../src/components/configuration-components/InternalConfig.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/monkey/monkey_island/cc/ui/src/components/configuration-components/InternalConfig.js b/monkey/monkey_island/cc/ui/src/components/configuration-components/InternalConfig.js index 5fe9913cc..c14b777f1 100644 --- a/monkey/monkey_island/cc/ui/src/components/configuration-components/InternalConfig.js +++ b/monkey/monkey_island/cc/ui/src/components/configuration-components/InternalConfig.js @@ -6,8 +6,7 @@ const sectionOrder = [ 'network', 'exploits', 'classes', - 'general', - 'testing' + 'general' ]; const initialSection = sectionOrder[0];