Skip to content

Commit 7aa5d4f

Browse files
fix[frontend](cisco-switch-int-guide): changed cisco switch int guide command 'cisco' by 'cisco-switch'
1 parent cc79565 commit 7aa5d4f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

frontend/src/app/app-module/guides/guide-cisco/guide-cisco.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h4 class="card-title mb-0 text-primary" *ngIf="filebeatModuleName">
2929
<li>
3030
<p class="step-guide">
3131
<span class="step_number">2</span>
32-
Enable log collector and this integration in the configuration file which
32+
Enable log collector and this integration in the configuration file which
3333
you can find where your UTMStack Agent is located, in the path:
3434
</p>
3535
<div class="w-75 mt-3" *ngFor="let paths of ciscoPaths">

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@ export class GuideSyslogComponent implements OnInit {
9898
switch (this.moduleEnum) {
9999
case UtmModulesEnum.FIRE_POWER:
100100
case UtmModulesEnum.CISCO:
101-
case UtmModulesEnum.CISCO_SWITCH:
102101
case UtmModulesEnum.MERAKI:
103102
return 'cisco';
103+
case UtmModulesEnum.CISCO_SWITCH:
104+
return 'cisco-switch';
104105

105106
default: return this.dataType;
106107
}

frontend/src/app/app-module/module-integration/module-integration.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<app-guide-syslog [serverId]="serverId" *ngSwitchCase="moduleEnum.CISCO_SWITCH"
9797
[dataType]="module.dataType.dataType"
9898
[moduleEnum]="moduleEnum.CISCO_SWITCH"
99-
[guideName]="module.prettyName"
99+
[guideName]="'juana'"
100100
[integrationId]="module.id"></app-guide-syslog>
101101

102102
<!-- <app-guide-cisco *ngSwitchCase="moduleEnum.CISCO_SWITCH" [serverId]="serverId"

0 commit comments

Comments
 (0)