Adds ransomware page to the configuration UI

This commit is contained in:
VakarisZ 2021-06-22 10:35:21 +03:00
parent 9ef4ce8bac
commit 00edb17b86
1 changed files with 1 additions and 1 deletions

View File

@ -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: {},