forked from p34709852/monkey
Adds ransomware page to the configuration UI
This commit is contained in:
parent
9ef4ce8bac
commit
00edb17b86
|
@ -30,7 +30,7 @@ class ConfigurePageComponent extends AuthComponent {
|
|||
this.currentFormData = {};
|
||||
this.initialConfig = {};
|
||||
this.initialAttackConfig = {};
|
||||
this.sectionsOrder = ['attack', 'basic', 'basic_network', 'monkey', 'internal'];
|
||||
this.sectionsOrder = ['attack', 'basic', 'basic_network', 'ransomware', 'monkey', 'internal'];
|
||||
|
||||
this.state = {
|
||||
attackConfig: {},
|
||||
|
|
Loading…
Reference in New Issue