set dynamic size on by default
This commit is contained in:
1
Changes
1
Changes
@@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
* #24 show device age in device search view
|
* #24 show device age in device search view
|
||||||
* Node Montior is now included in Admin menu
|
* Node Montior is now included in Admin menu
|
||||||
|
* neighbor map dynamic size is enabled by default
|
||||||
|
|
||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ sidebar_defaults:
|
|||||||
showspeed: { default: null }
|
showspeed: { default: null }
|
||||||
mapshow: { default: neighbors }
|
mapshow: { default: neighbors }
|
||||||
colorgroups: { default: checked }
|
colorgroups: { default: checked }
|
||||||
dynamicsize: { default: null }
|
dynamicsize: { default: checked }
|
||||||
report_moduleinventory:
|
report_moduleinventory:
|
||||||
fruonly: { default: checked }
|
fruonly: { default: checked }
|
||||||
matchall: { default: checked }
|
matchall: { default: checked }
|
||||||
|
|||||||
Reference in New Issue
Block a user