File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
frontend/src/app/app-module/guides/guide-syslog Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11import { Component , Input , OnInit } from '@angular/core' ;
22import { UtmModulesEnum } from '../../shared/enum/utm-module.enum' ;
3+ import { PLATFORMS } from "../shared/constant" ;
34import { Step } from '../shared/step' ;
45import { SYSLOGSTEPS } from './syslog.steps' ;
5- import { PLATFORMS } from "../shared/constant" ;
66
77@Component ( {
88 selector : 'app-guide-syslog' ,
@@ -45,7 +45,6 @@ export class GuideSyslogComponent implements OnInit {
4545 { module : UtmModulesEnum . DECEPTIVE_BYTES , port : '7010 TCP' } ,
4646 { module : UtmModulesEnum . DECEPTIVE_BYTES , port : '7010 UDP' } ,
4747
48- { module : UtmModulesEnum . SOPHOS_XG , port : '7008 TCP' } ,
4948 { module : UtmModulesEnum . SOPHOS_XG , port : '7008 UDP' } ,
5049
5150 { module : UtmModulesEnum . SYSLOG , port : '7014 TCP' } ,
You can’t perform that action at this time.
0 commit comments