mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Merge pull request #1338 from cywio/reorder-websites
Add ability to reorder websites on dashboard
This commit is contained in:
commit
4de1858950
10 changed files with 238 additions and 19 deletions
|
|
@ -12,6 +12,8 @@ import { getItem, setItem } from 'lib/web';
|
|||
export const defaultDashboardConfig = {
|
||||
showCharts: true,
|
||||
limit: DEFAULT_WEBSITE_LIMIT,
|
||||
websiteOrdering: {},
|
||||
changeOrderMode: false,
|
||||
};
|
||||
|
||||
const initialState = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue