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 d607d38759..23f83fe475 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 @@ -1,174 +1,513 @@ -{{#zone "device-opetations"}} -
Device ID | +{{deviceView.deviceIdentifier}} | +
Name | +{{deviceView.name}} | +
Model | +{{deviceView.vendor}} {{deviceView.model}} | +
Status | ++ {{#equal deviceView.status "ACTIVE"}}Active{{/equal}} + {{#equal deviceView.status "INACTIVE"}}Inactive{{/equal}} + {{#equal deviceView.status "BLOCKED"}}Blocked{{/equal}} + {{#equal deviceView.status "REMOVED"}}Removed{{/equal}} + | +
Owner | +{{deviceView.owner}} | +
Ownership | +{{deviceView.ownership}} | +
IMEI | +{{deviceView.imei}} | +
UDID | +{{deviceView.udid}} | +
Firmware Build + Date + | +{{deviceView.osBuildDate}} | +
Phone Number | +{{deviceView.phoneNumber}} | +
Last Update | +{{deviceView.lastUpdatedTime}} | +
Please try refreshing in a while.
+Operation Code | +Status | +Request created at | +
---|