Merge pull request #9750 from scmmishra/disable-sorting
feat: disable sortable on dashboard
This commit is contained in:
commit
5eb057f410
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class Dashboard {
|
|||
container: this.container,
|
||||
type: "chart",
|
||||
columns: 2,
|
||||
allow_sorting: true,
|
||||
allow_sorting: false,
|
||||
widgets: this.charts,
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue