From d2a44647dd220972454487dda66187c80c95b2e8 Mon Sep 17 00:00:00 2001 From: thusithakalugamage Date: Mon, 12 Sep 2016 18:09:33 +0530 Subject: [PATCH] [EMM-1549] - Heading defect fix --- .../app/units/cdmf.unit.device.view/view.hbs | 74 ++++++++----------- 1 file changed, 32 insertions(+), 42 deletions(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.view/view.hbs b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.view/view.hbs index 83b6f72333..3579228ec4 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.view/view.hbs +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.view/view.hbs @@ -16,53 +16,43 @@ under the License. }} -{{#zone "contentTitle"}} -
-
- -
-
-{{/zone}} - {{#zone "content"}} -
-
-
-
-
- {{#defineZone "device-thumbnail"}} - - {{/defineZone}} +

+ Device {{device.name}} + {{#if device.viewModel.model}} + + ( {{device.viewModel.vendor}} {{device.viewModel.model}} ) + + {{/if}} +

+
+
+
+
+
+ {{#defineZone "device-thumbnail"}} + + {{/defineZone}} +
-
-
-
- Device Overview - {{label}}
- {{unit "cdmf.unit.device.overview-section" device=device}} - {{#defineZone "operation-status"}}{{/defineZone}} - {{#defineZone "device-opetations"}} +
- Operations -
-
- {{unit "cdmf.unit.device.operation-bar" device=device}} -
- {{/defineZone}} + Device Overview - {{label}}
+ {{unit "cdmf.unit.device.overview-section" device=device}} + {{#defineZone "operation-status"}}{{/defineZone}} + {{#defineZone "device-opetations"}} +
+ Operations +
+
+ {{unit "cdmf.unit.device.operation-bar" device=device}} +
+ {{/defineZone}} +
-
- {{#defineZone "device-detail-properties"}} + {{#defineZone "device-detail-properties"}}
    @@ -194,7 +184,7 @@
{{/defineZone}} -
+
{{/zone}} {{#zone "bottomJs"}} {{js "js/device-view.js"}}