mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
change leaflet.default_zoom to Float (#15207)
Leaflet accepts float for default zoom.
This commit is contained in:
@@ -4052,7 +4052,7 @@
|
||||
},
|
||||
"leaflet.default_zoom": {
|
||||
"default": 2,
|
||||
"type": "integer"
|
||||
"type": "float"
|
||||
},
|
||||
"leaflet.group_radius": {
|
||||
"default": 10,
|
||||
|
||||
Reference in New Issue
Block a user