' +
- '
' +
- '
' +
- '' + ((responseMsg == null) ? entry.status : responseMsg) + '
' +
- '
' +
- '
' +
- '
' + entry.updatedTimestamp + '
' +
- '
' +
- '
';
- }
- );
+ $. each (payload.activityStatus, function (key, entry) {
+ logStream += '' +
+ '
' +
+ '
' +
+ '' + entry.status + '
' +
+ '
' +
+ '
' +
+ '
' + entry.updatedTimestamp + '
' +
+ '
' +
+ '
';
+ });
logStream += '';
return logStream;
diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.url.printer/pom.xml b/components/device-mgt/org.wso2.carbon.device.mgt.url.printer/pom.xml
index e09de1c8963..5110fb53802 100644
--- a/components/device-mgt/org.wso2.carbon.device.mgt.url.printer/pom.xml
+++ b/components/device-mgt/org.wso2.carbon.device.mgt.url.printer/pom.xml
@@ -23,7 +23,7 @@