Merge branch 'ent-9092-errata-url-icono-de-ayuda-creacion-modulos-SNMP' into 'develop'

Fix URL Typo

pandora_enterprise#9092

See merge request artica/pandorafms!5042
This commit is contained in:
Jimmy Olano 2022-08-05 19:30:10 +00:00
commit 5ad550a935
1 changed files with 1 additions and 1 deletions

View File

@ -1518,7 +1518,7 @@ $(document).ready (function () {
} }
else{ else{
window.open( window.open(
'https://pandorafms.com/manual/en/documentation/03_monitoring/03_remote_monitorins#monitoring_through_network_modules_with_snmp', 'https://pandorafms.com/manual/en/documentation/03_monitoring/03_remote_monitoring#monitoring_through_network_modules_with_snmp',
'_blank', '_blank',
'width=800,height=600' 'width=800,height=600'
); );