mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +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,
|
||||
pushing: true,
|
||||
floating: true,
|
||||
swapping: true,
|
||||
swapping: false,
|
||||
width: 'auto',
|
||||
colWidth: 'auto',
|
||||
rowHeight: 50,
|
||||
@ -12,9 +12,9 @@ const dashboardGridOptions = {
|
||||
isMobile: false,
|
||||
mobileBreakPoint: 800,
|
||||
mobileModeEnabled: true,
|
||||
minColumns: 1,
|
||||
minColumns: 6,
|
||||
minRows: 1,
|
||||
maxRows: 100,
|
||||
maxRows: 1000,
|
||||
defaultSizeX: 3,
|
||||
defaultSizeY: 3,
|
||||
minSizeX: 1,
|
||||
|
Loading…
Reference in New Issue
Block a user