-
-
- {{#equal device.type "windows"}}
-
- Not available yet
-
-
- {{/equal}}
- {{#if device.viewModel.BatteryLevel}}
-
-
-
-
BATTERY
-
-
-
- {{device.viewModel.BatteryLevel}} %
+
+
+
Device Details
+
+ Loading Device Details...
+
+
+
+
+
+ {{#equal device.type "windows"}}
+
+
Not available yet
+
+ {{/equal}}
+ {{#if device.viewModel.BatteryLevel}}
+
+
+
+
BATTERY
+
+
+
+ {{device.viewModel.BatteryLevel}} %
+
-
- {{/if}}
- {{#if device.viewModel.DeviceCapacity}}
-
-
-
-
STORAGE
-
-
-
- {{device.viewModel.DeviceCapacityPercentage}} %
-
- {{device.viewModel.AvailableDeviceCapacity}} GB Free
-
+ {{/if}}
+ {{#if device.viewModel.DeviceCapacity}}
+
+
+
+
STORAGE
+
+
+
+ {{device.viewModel.DeviceCapacityPercentage}} %
+
+ {{device.viewModel.AvailableDeviceCapacity}} GB Free
+
+
-
- {{/if}}
- {{#if device.viewModel.internal_memory.FreeCapacity}}
-
-
-
-
LOCAL STORAGE
-
-
-
- {{device.viewModel.internal_memory.DeviceCapacityPercentage}} %
-
- {{device.viewModel.internal_memory.FreeCapacity}} GB Free
-
+ {{/if}}
+ {{#if device.viewModel.internal_memory.FreeCapacity}}
+
+
+
+
LOCAL STORAGE
+
+
+
+ {{device.viewModel.internal_memory.DeviceCapacityPercentage}} %
+
+ {{device.viewModel.internal_memory.FreeCapacity}} GB Free
+
+
-
- {{/if}}
- {{#if device.viewModel.external_memory.FreeCapacity}}
-
-
-
-
EXTERNAL STORAGE
-
-
-
- {{device.viewModel.external_memory.DeviceCapacityPercentage}} %
-
- {{device.viewModel.external_memory.FreeCapacity}} GB Free
-
+ {{/if}}
+ {{#if device.viewModel.external_memory.FreeCapacity}}
+
+
+
+
EXTERNAL STORAGE
+
+
+
+ {{device.viewModel.external_memory.DeviceCapacityPercentage}} %
+
+ {{device.viewModel.external_memory.FreeCapacity}} GB Free
+
+
-
- {{/if}}
+ {{/if}}
+
+
-
-
-
-
+
+
+
Policy Compliance
-
-
-
-
- Policy Compliance
-
-
-
-
-
-
-
-
-
-
-
-
- Loading Policy Compliance . . .
-
-
-
-
-
-
- There is no active policy for this device.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading Policy Compliance...
+
+
+
+
There is no active policy for this device.
+
+
-
-
-
-
-
-
- Device Location
-
-
-
-
Device Location
-
-
+
+
-
- Device location cannot be retrieved.
+
Device Location
+
+
+
+
Device location cannot be retrieved.
+
+
+
+
-
-
-
-
-
-
+
+
+
Installed Applications
-
-
-
- Installed Applications
-
-
-
-
-
-
-
-
-
-
-
- Loading Applications List . . .
+
+
+
+
+
-
-
-
-
- No applications found. please try refreshing the list in a while.
-
+
+
+
+
+
+
+
+
+ Loading Applications List...
+
+
+
+
No applications found.
+
Please try refreshing the list in a while.
+
+
-
-
-
-
-
-
- Operations Logs
-
-
-
-
- Operations Logs
-
-
-
-
-
-
-
-
-
-
- Loading Operations Log . . .
-
+
+
+
+ Operations Logs
+
+
+
+
+
-
+
- There are no operations, performed yet on this device.
+
+
+
+
+
+
+ Loading Operations Log...
+
+
+
+
There are no operations, performed yet on this device.
+
+
+
+
+
+ Operation Code |
+ Status |
+ Request created at |
+
+
+
+
+
-
-
-
-
- Operation Code |
- Status |
- Request created at |
-
-
-
-
-
-
+ {{/defineZone}}
- {{/defineZone}}
-
-
+
{{else}}
Permission Denied
diff --git a/components/mobile-plugins/mobile-base-plugin/org.wso2.carbon.device.mgt.mobile.ui/src/main/resources/jaggeryapps/devicemgt/app/units/mdm.unit.ui.navbar.nav-menu/public/js/nav-menu.js b/components/mobile-plugins/mobile-base-plugin/org.wso2.carbon.device.mgt.mobile.ui/src/main/resources/jaggeryapps/devicemgt/app/units/mdm.unit.ui.navbar.nav-menu/public/js/nav-menu.js
index 0fd23a58d7..d80f6c6d51 100644
--- a/components/mobile-plugins/mobile-base-plugin/org.wso2.carbon.device.mgt.mobile.ui/src/main/resources/jaggeryapps/devicemgt/app/units/mdm.unit.ui.navbar.nav-menu/public/js/nav-menu.js
+++ b/components/mobile-plugins/mobile-base-plugin/org.wso2.carbon.device.mgt.mobile.ui/src/main/resources/jaggeryapps/devicemgt/app/units/mdm.unit.ui.navbar.nav-menu/public/js/nav-menu.js
@@ -130,7 +130,7 @@ function loadNewNotifications() {
viewModel["notifications"] = responsePayload["notifications"];
$(messageSideBar).html(template(viewModel));
} else {
- $(messageSideBar).html('
No new notifications found...
');
+ $(messageSideBar).html('No new notifications found...
');
}
} else {
$(messageSideBar).html("Unexpected error " +