Skip to content

Commit 11fc5da

Browse files
fix[frontend](integration-guide): fixed cisco asa and firepower commands
1 parent 47acd6f commit 11fc5da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

frontend/src/app/app-module/guides/guide-syslog/guide-syslog.component.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,12 @@ export class GuideSyslogComponent implements OnInit {
9595
}
9696

9797
getDataType() {
98+
console.log(this.moduleEnum)
9899
switch (this.moduleEnum) {
99100
case UtmModulesEnum.FIRE_POWER:
100-
return 'firewall-cisco-asa'
101+
return 'firewall-cisco-firepower'
101102
case UtmModulesEnum.CISCO:
102-
return 'cisco';
103+
return 'firewall-cisco-asa';
103104
case UtmModulesEnum.MERAKI:
104105
return 'firewall-meraki';
105106
case UtmModulesEnum.CISCO_SWITCH:

0 commit comments

Comments
 (0)