haditha_ui/json/haditha/menu.json
mustafa-rezae 953d98f3be Rename files.
Add svg icons
2025-03-06 14:58:20 +03:30

37 lines
707 B
JSON

{
"reports": [
{
"icon": "Home-21",
"color": 1,
"link": "defaultRoute",
"actionMode": 1,
"title": "خانه",
"translateKey": "Home"
},
{
"icon": "Component-198--1",
"color": 3,
"link": "search",
"actionMode": 3,
"title": "جستجو",
"translateKey": "Search"
},
{
"icon": "Component-68--1",
"color": 3,
"link": "searchNavigation",
"actionMode": 3,
"title": "فهرست",
"translateKey": "List"
},
{
"icon": "reports",
"color": 3,
"link": "searchChart",
"actionMode": 3,
"title": "نمودار",
"translateKey": "Chart"
}
]
}