add the data import icon in the desktop.py (#12062)

This commit is contained in:
Manas Solanki 2017-12-18 13:55:30 +05:30 committed by Nabin Hait
parent e067beda49
commit 2bca5a98ae

View File

@ -292,12 +292,14 @@ def get_data():
"label": _("Hub")
},
{
"module_name": "Data Import Tool",
"color": "#7f8c8d",
"module_name": "Data Import",
"color": "#FFF168",
"reverse": 1,
"doctype": "Data Import",
"icon": "octicon octicon-cloud-upload",
"type": "page",
"link": "data-import-tool",
"label": _("Data Import Tool")
"label": _("Data Import"),
"link": "List/Data Import",
"type": "list"
},
{
"module_name": "Restaurant",