From 262fa880092eb4a71adfab726ded3c45881ef637 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 27 May 2019 12:53:56 +0100 Subject: [PATCH] #585 make toastr notifications less annoying --- share/config.yml | 2 +- share/views/ajax/device/netmap.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.'); } // ***********************************************