mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 09:28:51 +00:00
getredash/redash#2108 Fix: length limit increased
This commit is contained in:
parent
bb1455ec71
commit
7d258908c6
@ -2,7 +2,7 @@ const dashboardGridOptions = {
|
|||||||
columns: 6,
|
columns: 6,
|
||||||
pushing: true,
|
pushing: true,
|
||||||
floating: true,
|
floating: true,
|
||||||
swapping: true,
|
swapping: false,
|
||||||
width: 'auto',
|
width: 'auto',
|
||||||
colWidth: 'auto',
|
colWidth: 'auto',
|
||||||
rowHeight: 50,
|
rowHeight: 50,
|
||||||
@ -12,9 +12,9 @@ const dashboardGridOptions = {
|
|||||||
isMobile: false,
|
isMobile: false,
|
||||||
mobileBreakPoint: 800,
|
mobileBreakPoint: 800,
|
||||||
mobileModeEnabled: true,
|
mobileModeEnabled: true,
|
||||||
minColumns: 1,
|
minColumns: 6,
|
||||||
minRows: 1,
|
minRows: 1,
|
||||||
maxRows: 100,
|
maxRows: 1000,
|
||||||
defaultSizeX: 3,
|
defaultSizeX: 3,
|
||||||
defaultSizeY: 3,
|
defaultSizeY: 3,
|
||||||
minSizeX: 1,
|
minSizeX: 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user