mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix default config for custom map height and width (#16449)
This commit is contained in:
@@ -1074,7 +1074,7 @@
|
||||
"order": 22
|
||||
},
|
||||
"custom_map.height": {
|
||||
"default": "1800px",
|
||||
"default": "800px",
|
||||
"type": "text",
|
||||
"group": "webui",
|
||||
"section": "custom-map",
|
||||
@@ -1161,7 +1161,7 @@
|
||||
"order": 23
|
||||
},
|
||||
"custom_map.width": {
|
||||
"default": "800px",
|
||||
"default": "1800px",
|
||||
"type": "text",
|
||||
"group": "webui",
|
||||
"section": "custom-map",
|
||||
|
Reference in New Issue
Block a user