fix: added login to fc link in dropdown
This commit is contained in:
parent
7101fadd36
commit
8f3e054245
11
crm/hooks.py
11
crm/hooks.py
@ -293,7 +293,14 @@ standard_dropdown_items = [
|
|||||||
"label": "Settings",
|
"label": "Settings",
|
||||||
"type": "Route",
|
"type": "Route",
|
||||||
"icon": "settings",
|
"icon": "settings",
|
||||||
"route": "#",
|
"route": "#",
|
||||||
|
"is_standard": 1,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name1": "login_to_fc",
|
||||||
|
"label": "Login to Frappe Cloud",
|
||||||
|
"type": "Route",
|
||||||
|
"route": "#",
|
||||||
"is_standard": 1,
|
"is_standard": 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -307,7 +314,7 @@ standard_dropdown_items = [
|
|||||||
"label": "Log out",
|
"label": "Log out",
|
||||||
"type": "Route",
|
"type": "Route",
|
||||||
"icon": "log-out",
|
"icon": "log-out",
|
||||||
"route": "#",
|
"route": "#",
|
||||||
"is_standard": 1,
|
"is_standard": 1,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user