UI: Add another tab for custom PBAs

This commit is contained in:
Ilija Lazoroski 2022-07-01 14:38:16 +02:00
parent 5a367181f9
commit b0ca99d1f4
1 changed files with 2 additions and 0 deletions

View File

@ -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
];