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"
|
||||
* unbind="unsetDeviceTypeGeneratorService"
|
||||
*/
|
||||
public class DeviceManagementServiceComponent {
|
||||
public class deviceDeviceManagementServiceComponent {
|
||||
|
||||
private static final Object LOCK = new Object();
|
||||
private static Log log = LogFactory.getLog(DeviceManagementServiceComponent.class);
|
||||
|
||||
@ -17,6 +17,19 @@
|
||||
}}
|
||||
{{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"}}
|
||||
{{unit "cdmf.unit.geo-devices"}}
|
||||
{{/zone}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user