#585 make toastr notifications less annoying
This commit is contained in:
@@ -194,7 +194,7 @@ port_control_reasons:
|
|||||||
compromised: 'System Compromised'
|
compromised: 'System Compromised'
|
||||||
other: 'Other'
|
other: 'Other'
|
||||||
resolved: 'Issue Resolved'
|
resolved: 'Issue Resolved'
|
||||||
check_userlog: true
|
check_userlog: false
|
||||||
devport_vlan_limit: 150
|
devport_vlan_limit: 150
|
||||||
login_logo: ""
|
login_logo: ""
|
||||||
defanged_admin: 'admin'
|
defanged_admin: 'admin'
|
||||||
|
|||||||
@@ -219,7 +219,7 @@ function saveMapPositions() {
|
|||||||
,$("#nd_vlan-entry, #nd_hgroup-select, #nd_lgroup-select, #nq, input[name='mapshow']").serialize()
|
,$("#nd_vlan-entry, #nd_hgroup-select, #nd_lgroup-select, #nq, input[name='mapshow']").serialize()
|
||||||
+ '&positions=' + JSON.stringify(graph.positions())
|
+ '&positions=' + JSON.stringify(graph.positions())
|
||||||
);
|
);
|
||||||
toastr.success('Saved map positions.');
|
// toastr.success('Saved map positions.');
|
||||||
}
|
}
|
||||||
|
|
||||||
// ***********************************************
|
// ***********************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user