diff --git a/system/lan/english.json b/system/lan/english.json
index 8748413e..da4f7cc9 100644
--- a/system/lan/english.json
+++ b/system/lan/english.json
@@ -953,5 +953,8 @@
"Last_Name": "Last Name",
"Not_Working_with_Freeradius_Mysql": "Not Working with Freeradius Mysql",
"Radius_Rest_Interim_Update": "Radius Rest Interim-Update",
- "in_minutes__leave_0_to_disable_this_feature_": "in minutes, leave 0 to disable this feature."
+ "in_minutes__leave_0_to_disable_this_feature_": "in minutes, leave 0 to disable this feature.",
+ "Check_if_Router_Online_": "Check if Router Online?",
+ "To_check_whether_the_Router_is_online_or_not__please_visit_the_following_page": "To check whether the Router is online or not, please visit the following page",
+ "Cek_Now": "Cek Now"
}
\ No newline at end of file
diff --git a/ui/ui/customers-add.tpl b/ui/ui/customers-add.tpl
index daa6004d..76c1269c 100644
--- a/ui/ui/customers-add.tpl
+++ b/ui/ui/customers-add.tpl
@@ -290,10 +290,8 @@
function setupMap(lat, lon) {
var map = L.map('map').setView([lat, lon], 13);
- L.tileLayer('https://{s}.basemaps.cartocdn.com/rastertiles/light_all/{z}/{x}/{y}.png', {
- attribution:
- 'SIMITA',
- subdomains: 'abcd',
+ L.tileLayer('https://{s}.google.com/vt/lyrs=m&hl=en&x={x}&y={y}&z={z}&s=Ga', {
+ subdomains: ['mt0', 'mt1', 'mt2', 'mt3'],
maxZoom: 20
}).addTo(map);
var marker = L.marker([lat, lon]).addTo(map);
diff --git a/ui/ui/customers-edit.tpl b/ui/ui/customers-edit.tpl
index 9265d7aa..1393b5be 100644
--- a/ui/ui/customers-edit.tpl
+++ b/ui/ui/customers-edit.tpl
@@ -300,10 +300,8 @@
function setupMap(lat, lon) {
var map = L.map('map').setView([lat, lon], 13);
- L.tileLayer('https://{s}.basemaps.cartocdn.com/rastertiles/light_all/{z}/{x}/{y}.png', {
- attribution:
- '© OpenStreetMap contributors © CARTO',
- subdomains: 'abcd',
+ L.tileLayer('https://{s}.google.com/vt/lyrs=m&hl=en&x={x}&y={y}&z={z}&s=Ga', {
+ subdomains: ['mt0', 'mt1', 'mt2', 'mt3'],
maxZoom: 20
}).addTo(map);
var marker = L.marker([lat, lon]).addTo(map);
diff --git a/ui/ui/customers-map.tpl b/ui/ui/customers-map.tpl
index f02b83c0..10c71644 100644
--- a/ui/ui/customers-map.tpl
+++ b/ui/ui/customers-map.tpl
@@ -40,10 +40,8 @@
var customers = {/literal}{$customers|json_encode}{literal};
- L.tileLayer('https://{s}.basemaps.cartocdn.com/rastertiles/light_all/{z}/{x}/{y}.png', {
- attribution:
- '© OpenStreetMap contributors © CARTO',
- subdomains: 'abcd',
+ L.tileLayer('https://{s}.google.com/vt/lyrs=m&hl=en&x={x}&y={y}&z={z}&s=Ga', {
+ subdomains: ['mt0', 'mt1', 'mt2', 'mt3'],
maxZoom: 20
}).addTo(map);
diff --git a/ui/ui/customers-view.tpl b/ui/ui/customers-view.tpl
index 57f68376..5995e00c 100644
--- a/ui/ui/customers-view.tpl
+++ b/ui/ui/customers-view.tpl
@@ -283,11 +283,9 @@