Merge pull request #21777 from scmmishra/rename-dash

refactor: rename dashboards in desk page
This commit is contained in:
Deepesh Garg
2020-05-19 17:22:29 +05:30
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -122,8 +122,8 @@
"type": "DocType"
},
{
"label": "Accounts Dashboard",
"link_to": "Accounts Dashboard",
"label": "Dashboard",
"link_to": "Accounts",
"type": "Dashboard"
},
{

View File

@@ -95,8 +95,8 @@
"type": "Report"
},
{
"label": "Manufacturing Dashboard",
"link_to": "Manufacturing Dashboard",
"label": "Dashboard",
"link_to": "Manufacturing",
"restrict_to_domain": "Manufacturing",
"type": "Dashboard"
}