minor ui changes

merge-requests/1/head
Gathika94 7 years ago
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…
Cancel
Save