style: update icons for Image and Report views
This commit is contained in:
parent
4da618adf5
commit
d78e70e41f
1 changed files with 2 additions and 2 deletions
|
|
@ -189,9 +189,9 @@ frappe.views.BaseList = class BaseList {
|
|||
setup_view_menu() {
|
||||
if (frappe.boot.desk_settings.view_switcher && !this.meta.force_re_route_to_default_view) {
|
||||
const icon_map = {
|
||||
Image: "image-view",
|
||||
Image: "image",
|
||||
List: "list",
|
||||
Report: "small-file",
|
||||
Report: "sheet",
|
||||
Calendar: "calendar",
|
||||
Gantt: "gantt",
|
||||
Kanban: "kanban",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue