Mobile Dashboards
 
The Admin uses this module in console to create the mobile dashboard
Some of the parameters used are:
label,color,type,tips,stat_value,stat_type,link
 
Eg. below is the snippet
[
[
{
"label": "Products (Month)",
"tips": "Total Products",
"color": "olive",
"icon": "fa fa-info-circle",
"type": "square",
"stat_value": "@product\\\/_count",
"stat_type": "number",
"link": "#lists\\\/product"
}
]
]