Merge pull request #525 from dunithd/release-3.0.x

UI improvements for Geo fencing
revert-dabc3590
Rasika Perera 8 years ago committed by GitHub
commit 7fcc80d01c

@ -285,23 +285,7 @@
</li>-->
<!-- Advanced -->
<li class="uk-parent">
<a href="#"><i class="fa fa-plus"></i> Advanced Settings</a>
<ul class="uk-nav-sub">
<br>
<li style="color: white"> <strong>Settings</strong></li>
<!-- Add new tile server url -->
<li>
<a data-toggle="modal" data-target="#addTileServer"><i class="fa fa-plus"></i> Add tile server</a>
</li>
<!-- Add new WMS server url -->
<li>
<a data-toggle="modal" data-target="#addWmsUrl"><i class="fa fa-globe"></i> Add WMS end point</a>
</li>
<br>
</ul>
</ul>
</li>
</ul>
</div>
@ -894,4 +878,4 @@
</body>
]]>
</Content>
</Module>
</Module>

@ -120,6 +120,8 @@ function initializeMap() {
}
});
//setting the sidebar to be opened when page loads
$("a[href='#left_side_pannel']").trigger('click');
}
/* Attribution control */
@ -417,4 +419,4 @@ function clearFocus() {
spatialObject.removeFromMap();
selectedSpatialObject = null;
}
}
}

@ -338,12 +338,12 @@
data-long="{{device.location.longitude}}">
</div>
<br/>
<a class="padding-left"
<a class="padding-left" target="_blank"
href="{{portalUrl}}/portal/dashboards/geo-dashboard/?GLOBAL-STATE={{deviceId}},{{deviceType}}">
<span class="fw-stack">
<i class="fw fw-circle-outline fw-stack-2x"></i>
<i class="fw fw-map-location fw-stack-1x"></i>
</span>View device on the map
</span> Add Geo Fencing
</a>
{{else}}
<div id="map-error" class="message message-warning">

Loading…
Cancel
Save