mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
minor ui changes
This commit is contained in:
parent
356063a247
commit
c22a7f1882
@ -119,7 +119,7 @@ import java.util.concurrent.TimeUnit;
|
|||||||
* bind="setDeviceTypeGeneratorService"
|
* bind="setDeviceTypeGeneratorService"
|
||||||
* unbind="unsetDeviceTypeGeneratorService"
|
* unbind="unsetDeviceTypeGeneratorService"
|
||||||
*/
|
*/
|
||||||
public class DeviceManagementServiceComponent {
|
public class deviceDeviceManagementServiceComponent {
|
||||||
|
|
||||||
private static final Object LOCK = new Object();
|
private static final Object LOCK = new Object();
|
||||||
private static Log log = LogFactory.getLog(DeviceManagementServiceComponent.class);
|
private static Log log = LogFactory.getLog(DeviceManagementServiceComponent.class);
|
||||||
|
|||||||
@ -17,6 +17,19 @@
|
|||||||
}}
|
}}
|
||||||
{{unit "cdmf.unit.ui.title" pageTitle="Device Location"}}
|
{{unit "cdmf.unit.ui.title" pageTitle="Device Location"}}
|
||||||
|
|
||||||
|
{{#zone "breadcrumbs"}}
|
||||||
|
<li>
|
||||||
|
<a href="{{@app.context}}/">
|
||||||
|
<i class="icon fw fw-home"></i>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="{{@app.context}}/device-locations">
|
||||||
|
Device Locations
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
{{/zone}}
|
||||||
|
|
||||||
{{#zone "content"}}
|
{{#zone "content"}}
|
||||||
{{unit "cdmf.unit.geo-devices"}}
|
{{unit "cdmf.unit.geo-devices"}}
|
||||||
{{/zone}}
|
{{/zone}}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user