mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing product-iots#1281
Fixed https://github.com/wso2/product-iots/issues/1281
This commit is contained in:
parent
442e0ab6a6
commit
4ef26cc12a
@ -764,7 +764,7 @@
|
|||||||
stationaryAlert.addClass("geo-alert");
|
stationaryAlert.addClass("geo-alert");
|
||||||
|
|
||||||
var withinAlert = createGeoToolListItem(geoPublicUri + '/assets/html_templates/modal/within_alert.html',
|
var withinAlert = createGeoToolListItem(geoPublicUri + '/assets/html_templates/modal/within_alert.html',
|
||||||
'Add Geofence Alert', 'glyphicon glyphicon-log-in', geoToolsMenu);
|
'Add Geofence Enter Alert', 'glyphicon glyphicon-log-in', geoToolsMenu);
|
||||||
withinAlert.addClass("geo-alert");
|
withinAlert.addClass("geo-alert");
|
||||||
|
|
||||||
var exitAlert = createGeoToolListItem(geoPublicUri + '/assets/html_templates/modal/exit_alert.html',
|
var exitAlert = createGeoToolListItem(geoPublicUri + '/assets/html_templates/modal/exit_alert.html',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user