UI: Add another tab for custom PBAs
This commit is contained in:
parent
5a367181f9
commit
b0ca99d1f4
|
@ -2,6 +2,7 @@ const CONFIGURATION_TABS = {
|
|||
PROPAGATION: 'propagation',
|
||||
PAYLOADS: 'payloads',
|
||||
PBA: 'post_breach_actions',
|
||||
CUSTOM_PBA: 'custom_pbas',
|
||||
CREDENTIALS_COLLECTORS: 'credential_collectors',
|
||||
ADVANCED: 'advanced'
|
||||
};
|
||||
|
@ -10,6 +11,7 @@ const advancedModeConfigTabs = [
|
|||
CONFIGURATION_TABS.PROPAGATION,
|
||||
CONFIGURATION_TABS.PAYLOADS,
|
||||
CONFIGURATION_TABS.PBA,
|
||||
CONFIGURATION_TABS.CUSTOM_PBA,
|
||||
CONFIGURATION_TABS.CREDENTIALS_COLLECTORS,
|
||||
CONFIGURATION_TABS.ADVANCED
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue