mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
SPRINT-20: made pagination options avaialble for table widgets, updated 'primary color' to come from metadata where possible (at this time),
This commit is contained in:
@ -18,7 +18,7 @@ Coded by www.creative-tim.com
|
||||
<meta charset="utf-8" />
|
||||
<link id="favicon" rel="shortcut icon" href="%PUBLIC_URL%/" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#04aaef" />
|
||||
<meta name="theme-color" content="#0062FF" />
|
||||
<link id="appleIcon" rel="apple-touch-icon" sizes="76x76" href="%PUBLIC_URL%/" />
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<title></title>
|
||||
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#04aaef",
|
||||
"theme_color": "#0062FF",
|
||||
"background_color": "#ffffff"
|
||||
}
|
||||
|
Reference in New Issue
Block a user