From e22725d45e2c2eda3a14368f98fe44a6e4db6a18 Mon Sep 17 00:00:00 2001 From: Luiz Costa Date: Thu, 6 Jun 2024 12:19:47 +0100 Subject: [PATCH] increase map resolution --- fleet_management/fleet_management/doctype/trip/trip_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fleet_management/fleet_management/doctype/trip/trip_list.js b/fleet_management/fleet_management/doctype/trip/trip_list.js index 7ff8539..1dd3738 100644 --- a/fleet_management/fleet_management/doctype/trip/trip_list.js +++ b/fleet_management/fleet_management/doctype/trip/trip_list.js @@ -8,7 +8,7 @@ function loadLeafletAndInitMap(frm, callback) { function create_dialog_and_init_map(frm) { const dialog = new frappe.ui.Dialog({ title: 'Show Route', - fields: [{ fieldtype: 'HTML', fieldname: 'map_html', label: 'Map', options: '
' }], + fields: [{ fieldtype: 'HTML', fieldname: 'map_html', label: 'Map', options: '
' }], primary_action_label: 'Close', primary_action() { if (currentMap) {