Fixing product-iots#1281 (#889)

Fixed https://github.com/wso2/product-iots/issues/1281
revert-70aa11f8
Dileesha Rajapakse 7 years ago committed by Madhawa Perera
parent 442e0ab6a6
commit 83de69a66e

@ -764,7 +764,7 @@
stationaryAlert.addClass("geo-alert");
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");
var exitAlert = createGeoToolListItem(geoPublicUri + '/assets/html_templates/modal/exit_alert.html',

Loading…
Cancel
Save