[minor] update font awesome icons

This commit is contained in:
Rushabh Mehta
2016-12-07 11:08:48 +05:30
parent 5c18bd9b61
commit 2167ff589c
13 changed files with 76 additions and 76 deletions

View File

@@ -4,7 +4,7 @@ def get_data():
return [
{
"label": _("Sales Pipeline"),
"icon": "icon-star",
"icon": "fa fa-star",
"items": [
{
"type": "doctype",
@@ -30,13 +30,13 @@ def get_data():
},
{
"label": _("Reports"),
"icon": "icon-list",
"icon": "fa fa-list",
"items": [
{
"type": "page",
"name": "sales-funnel",
"label": _("Sales Funnel"),
"icon": "icon-bar-chart",
"icon": "fa fa-bar-chart",
},
{
"type": "report",
@@ -66,7 +66,7 @@ def get_data():
},
{
"label": _("Communication"),
"icon": "icon-star",
"icon": "fa fa-star",
"items": [
{
"type": "doctype",
@@ -77,7 +77,7 @@ def get_data():
},
{
"label": _("Setup"),
"icon": "icon-cog",
"icon": "fa fa-cog",
"items": [
{
"type": "doctype",
@@ -88,7 +88,7 @@ def get_data():
"type": "doctype",
"label": _("Customer Group"),
"name": "Customer Group",
"icon": "icon-sitemap",
"icon": "fa fa-sitemap",
"link": "Tree/Customer Group",
"description": _("Manage Customer Group Tree."),
},
@@ -96,7 +96,7 @@ def get_data():
"type": "doctype",
"label": _("Territory"),
"name": "Territory",
"icon": "icon-sitemap",
"icon": "fa fa-sitemap",
"link": "Tree/Territory",
"description": _("Manage Territory Tree."),
},
@@ -104,7 +104,7 @@ def get_data():
"type": "doctype",
"label": _("Sales Person"),
"name": "Sales Person",
"icon": "icon-sitemap",
"icon": "fa fa-sitemap",
"link": "Tree/Sales Person",
"description": _("Manage Sales Person Tree."),
},
@@ -112,7 +112,7 @@ def get_data():
},
{
"label": _("SMS"),
"icon": "icon-wrench",
"icon": "fa fa-wrench",
"items": [
{
"type": "doctype",