forked from p15670423/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.currentFormData = {};
|
||||||
this.initialConfig = {};
|
this.initialConfig = {};
|
||||||
this.initialAttackConfig = {};
|
this.initialAttackConfig = {};
|
||||||
this.sectionsOrder = ['attack', 'basic', 'basic_network', 'monkey', 'internal'];
|
this.sectionsOrder = ['attack', 'basic', 'basic_network', 'ransomware', 'monkey', 'internal'];
|
||||||
|
|
||||||
this.state = {
|
this.state = {
|
||||||
attackConfig: {},
|
attackConfig: {},
|
||||||
|
|
Loading…
Reference in New Issue