diff --git a/share/config.yml b/share/config.yml index 6c9a9d5f..48a1fc6c 100644 --- a/share/config.yml +++ b/share/config.yml @@ -194,7 +194,7 @@ port_control_reasons: compromised: 'System Compromised' other: 'Other' resolved: 'Issue Resolved' -check_userlog: true +check_userlog: false devport_vlan_limit: 150 login_logo: "" defanged_admin: 'admin' diff --git a/share/views/ajax/device/netmap.tt b/share/views/ajax/device/netmap.tt index 4a27fba8..a2a0c255 100644 --- a/share/views/ajax/device/netmap.tt +++ b/share/views/ajax/device/netmap.tt @@ -219,7 +219,7 @@ function saveMapPositions() { ,$("#nd_vlan-entry, #nd_hgroup-select, #nd_lgroup-select, #nq, input[name='mapshow']").serialize() + '&positions=' + JSON.stringify(graph.positions()) ); - toastr.success('Saved map positions.'); + // toastr.success('Saved map positions.'); } // ***********************************************