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:
commit
5ad550a935
|
@ -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'
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue