|
|
|
@ -34,25 +34,22 @@
|
|
|
|
|
</style>
|
|
|
|
|
{{/zone}}
|
|
|
|
|
|
|
|
|
|
{{#zone "overview-section"}}
|
|
|
|
|
<div style="background: #11375B; color: #fff; padding: 10px; margin-bottom: 5px">
|
|
|
|
|
Device Overview - {{device.type}}</div>
|
|
|
|
|
{{unit "cdmf.unit.default.device.overview-section" device=device}}
|
|
|
|
|
{{/zone}}
|
|
|
|
|
|
|
|
|
|
{{#zone "device-thumbnail"}}
|
|
|
|
|
<img src="{{@unit.publicUri}}/images/deviceType.png"/>
|
|
|
|
|
<i class='square-element text fw fw-devices' style='font-size: 74px;'></i>
|
|
|
|
|
{{/zone}}
|
|
|
|
|
|
|
|
|
|
{{#zone "device-details"}}
|
|
|
|
|
{{unit "cdmf.unit.default.device.overview-section" device=device}}
|
|
|
|
|
{{/zone}}
|
|
|
|
|
|
|
|
|
|
{{#zone "device-opetations"}}
|
|
|
|
|
{{#if features}}
|
|
|
|
|
<div style="background: #11375B; color: #fff; padding: 10px; margin-bottom: 5px">
|
|
|
|
|
Operations
|
|
|
|
|
</div>
|
|
|
|
|
<div class="add-margin-top-4x">
|
|
|
|
|
{{unit "cdmf.unit.default.device.operation-bar" device=device features=features}}
|
|
|
|
|
</div>
|
|
|
|
|
<div class="operation-container">
|
|
|
|
|
<div class="operation-title">
|
|
|
|
|
<h4>Device Operations</h4>
|
|
|
|
|
</div>
|
|
|
|
|
{{unit "cdmf.unit.default.device.operation-bar" device=device features=features}}
|
|
|
|
|
</div>
|
|
|
|
|
{{/if}}
|
|
|
|
|
{{/zone}}
|
|
|
|
|
|
|
|
|
|