diff --git a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.device-view/device-view.hbs b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.device-view/device-view.hbs index 774fe4fc5..50085f8de 100644 --- a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.device-view/device-view.hbs +++ b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.device-view/device-view.hbs @@ -4,279 +4,91 @@ {{#if deviceFound}} {{#if isAuthorized}} - {{#zone "device-details-header"}} -
Device ID | -{{device.deviceIdentifier}} | -
Name | -{{device.name}} | -
Model | -{{device.vendor}} - {{device.model}} | -
Status | -- {{#equal device.status "ACTIVE"}}Active{{/equal}} - {{#equal device.status "INACTIVE"}}Inactive{{/equal}} - {{#equal device.status "BLOCKED"}}Blocked{{/equal}} - {{#equal device.status "REMOVED"}}Removed{{/equal}} - {{#equal device.status "UNREACHABLE"}}Unreachable{{/equal}} - | -
Owner | -{{device.owner}} | -
Ownership | -{{device.ownership}} | -
IMEI | -{{device.imei}} | -
UDID | -{{device.udid}} | -
Firmware Build - Date - | -{{device.osBuildDate}} | -
Phone Number | -{{device.phoneNumber}} | -
Last Update | -{{device.lastUpdatedTime}} | -
{{device.BatteryLevel.value}}%
+ {{/if}} + {{#if device.ramUsage}} +{{device.ramUsage.value}}%
+ {{/if}} + {{#if device.internalMemory}} +{{device.internalMemory.usage}} + GB/{{device.internalMemory.total}}GB
+ {{/if}} + {{#if device.externalMemory}} +{{device.externalMemory.usage}} + GB/{{device.externalMemory.total}}GB
+ {{/if}} + {{else}} +Battery, RAM and Storage related information are not + available yet.
+ {{/if}} {{/zone}} - {{#zone "device-details-tab-contents"}} -v{{version}}
++ {{policy.policyName}} + {{deviceType}} +
++ Compliance Type : {{policy.compliance}} + Ownership type : {{policy.ownershipType}} +
+