forked from p15670423/monkey
UI: Remove testing from InternalConfig
* leftover from renaming credential_classes
This commit is contained in:
parent
7b415be883
commit
8ae6bb8c73
|
@ -6,8 +6,7 @@ const sectionOrder = [
|
||||||
'network',
|
'network',
|
||||||
'exploits',
|
'exploits',
|
||||||
'classes',
|
'classes',
|
||||||
'general',
|
'general'
|
||||||
'testing'
|
|
||||||
];
|
];
|
||||||
const initialSection = sectionOrder[0];
|
const initialSection = sectionOrder[0];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue