mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge branch 'release-3.0.x' of https://github.com/wso2/carbon-device-mgt-plugins into release-3.0.x
This commit is contained in:
commit
dad3a34a27
@ -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>
|
||||
|
||||
@ -120,6 +120,8 @@ function initializeMap() {
|
||||
}
|
||||
|
||||
});
|
||||
//setting the sidebar to be opened when page loads
|
||||
$("a[href='#left_side_pannel']").trigger('click');
|
||||
}
|
||||
|
||||
/* Attribution control */
|
||||
|
||||
@ -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…
Reference in New Issue
Block a user