From 4662db67019f6fbfdf9bf74a68cda5d6bbab71da Mon Sep 17 00:00:00 2001 From: kamidu Date: Wed, 5 Apr 2017 11:14:10 +0530 Subject: [PATCH] device status fic --- .../cdmf.unit.device.type.android.device-view/device-view.hbs | 2 ++ 1 file changed, 2 insertions(+) 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 f0998989cf..88b5d3d06f 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 @@ -59,6 +59,8 @@ class="fw fw-remove icon-danger">Blocked{{/equal}} {{#equal device.status "REMOVED"}}Removed{{/equal}} + {{#equal device.status "UNREACHABLE"}}Unreachable{{/equal}} {{/if}}