set desktop icons (#11953)

This commit is contained in:
Manas Solanki 2017-12-12 13:24:13 +05:30 committed by Nabin Hait
parent 903e9f4b6f
commit 6a415bd32d

View File

@ -292,18 +292,21 @@ def get_data():
"label": _("Hub") "label": _("Hub")
}, },
{ {
"module_name": "Data Import Tool", "module_name": "Data Import",
"color": "#7f8c8d", "color": "#FFF168",
"icon": "octicon octicon-circuit-board", "reverse": 1,
"type": "page", "doctype": "Data Import",
"link": "data-import-tool", "icon": "octicon octicon-cloud-upload",
"label": _("Data Import Tool") "label": _("Data Import"),
"link": "List/Data Import",
"type": "list"
}, },
{ {
"module_name": "Restaurant", "module_name": "Restaurant",
"color": "#EA81E8", "color": "#EA81E8",
"icon": "🍔", "icon": "🍔",
"_doctype": "Restaurant", "_doctype": "Restaurant",
"type": "list",
"link": "List/Restaurant", "link": "List/Restaurant",
"label": _("Restaurant"), "label": _("Restaurant"),
"hidden": 1 "hidden": 1
@ -322,7 +325,7 @@ def get_data():
"label": _("Crop"), "label": _("Crop"),
"color": "#8BC34A", "color": "#8BC34A",
"icon": "fa fa-tree", "icon": "fa fa-tree",
"type": "link", "type": "list",
"link": "List/Crop", "link": "List/Crop",
"hidden": 1 "hidden": 1
}, },
@ -332,7 +335,7 @@ def get_data():
"label": _("Crop Cycle"), "label": _("Crop Cycle"),
"color": "#8BC34A", "color": "#8BC34A",
"icon": "fa fa-circle-o-notch", "icon": "fa fa-circle-o-notch",
"type": "link", "type": "list",
"link": "List/Crop Cycle", "link": "List/Crop Cycle",
"hidden": 1 "hidden": 1
}, },
@ -342,7 +345,7 @@ def get_data():
"label": _("Fertilizer"), "label": _("Fertilizer"),
"color": "#8BC34A", "color": "#8BC34A",
"icon": "fa fa-leaf", "icon": "fa fa-leaf",
"type": "link", "type": "list",
"link": "List/Fertilizer", "link": "List/Fertilizer",
"hidden": 1 "hidden": 1
}, },
@ -352,7 +355,7 @@ def get_data():
"label": _("Land Unit"), "label": _("Land Unit"),
"color": "#8BC34A", "color": "#8BC34A",
"icon": "fa fa-map", "icon": "fa fa-map",
"type": "link", "type": "list",
"link": "List/Land Unit", "link": "List/Land Unit",
"hidden": 1 "hidden": 1
}, },
@ -362,7 +365,7 @@ def get_data():
"label": _("Disease"), "label": _("Disease"),
"color": "#8BC34A", "color": "#8BC34A",
"icon": "octicon octicon-bug", "icon": "octicon octicon-bug",
"type": "link", "type": "list",
"link": "List/Disease", "link": "List/Disease",
"hidden": 1 "hidden": 1
}, },
@ -372,7 +375,7 @@ def get_data():
"label": _("Plant Analysis"), "label": _("Plant Analysis"),
"color": "#8BC34A", "color": "#8BC34A",
"icon": "fa fa-pagelines", "icon": "fa fa-pagelines",
"type": "link", "type": "list",
"link": "List/Plant Analysis", "link": "List/Plant Analysis",
"hidden": 1 "hidden": 1
}, },
@ -382,7 +385,7 @@ def get_data():
"label": _("Soil Analysis"), "label": _("Soil Analysis"),
"color": "#8BC34A", "color": "#8BC34A",
"icon": "fa fa-flask", "icon": "fa fa-flask",
"type": "link", "type": "list",
"link": "List/Soil Analysis", "link": "List/Soil Analysis",
"hidden": 1 "hidden": 1
}, },
@ -392,7 +395,7 @@ def get_data():
"label": _("Soil Texture"), "label": _("Soil Texture"),
"color": "#8BC34A", "color": "#8BC34A",
"icon": "octicon octicon-beaker", "icon": "octicon octicon-beaker",
"type": "link", "type": "list",
"link": "List/Soil Texture", "link": "List/Soil Texture",
"hidden": 1 "hidden": 1
}, },
@ -402,7 +405,7 @@ def get_data():
"label": _("Water Analysis"), "label": _("Water Analysis"),
"color": "#8BC34A", "color": "#8BC34A",
"icon": "fa fa-tint", "icon": "fa fa-tint",
"type": "link", "type": "list",
"link": "List/Water Analysis", "link": "List/Water Analysis",
"hidden": 1 "hidden": 1
}, },
@ -412,7 +415,7 @@ def get_data():
"label": _("Weather"), "label": _("Weather"),
"color": "#8BC34A", "color": "#8BC34A",
"icon": "fa fa-sun-o", "icon": "fa fa-sun-o",
"type": "link", "type": "list",
"link": "List/Weather", "link": "List/Weather",
"hidden": 1 "hidden": 1
}, },
@ -429,6 +432,7 @@ def get_data():
"color": "#E9AB17", "color": "#E9AB17",
"icon": "fa fa-gift", "icon": "fa fa-gift",
"_doctype": "Grant Application", "_doctype": "Grant Application",
"type": "list",
"link": "List/Grant Application", "link": "List/Grant Application",
"label": _("Grant Application"), "label": _("Grant Application"),
"hidden": 1 "hidden": 1
@ -439,6 +443,7 @@ def get_data():
"color": "#7F5A58", "color": "#7F5A58",
"icon": "fa fa-tint", "icon": "fa fa-tint",
"_doctype": "Donor", "_doctype": "Donor",
"type": "list",
"link": "List/Donor", "link": "List/Donor",
"label": _("Donor"), "label": _("Donor"),
"hidden": 1 "hidden": 1
@ -448,6 +453,7 @@ def get_data():
"color": "#7E587E", "color": "#7E587E",
"icon": "fa fa-angellist", "icon": "fa fa-angellist",
"_doctype": "Volunteer", "_doctype": "Volunteer",
"type": "list",
"link": "List/Volunteer", "link": "List/Volunteer",
"label": _("Volunteer"), "label": _("Volunteer"),
"hidden": 1 "hidden": 1
@ -457,6 +463,7 @@ def get_data():
"color": "#79BAEC", "color": "#79BAEC",
"icon": "fa fa-users", "icon": "fa fa-users",
"_doctype": "Member", "_doctype": "Member",
"type": "list",
"link": "List/Member", "link": "List/Member",
"label": _("Member"), "label": _("Member"),
"hidden": 1 "hidden": 1
@ -466,6 +473,7 @@ def get_data():
"color": "#3B9C9C", "color": "#3B9C9C",
"icon": "fa fa-handshake-o", "icon": "fa fa-handshake-o",
"_doctype": "Chapter", "_doctype": "Chapter",
"type": "list",
"link": "List/Chapter", "link": "List/Chapter",
"label": _("Chapter"), "label": _("Chapter"),
"hidden": 1 "hidden": 1