Fix operation log and device view displaying issue

As a result of syntax issue, device view and operation logs viewing is broken. Therefore fixed the syntax issue.

This Resolves wso2/product-iots#1728
revert-70aa11f8
lasantha 7 years ago
parent 9a06578ac2
commit 9c85c4afdd

@ -146,8 +146,6 @@ function loadOperationsLog(update) {
tr.removeClass('shown');
} else {
invokerUtil.get(uri, function (payload) {
} {
//update the parent status
var payloadObject = JSON.parse(payload);
if ( payloadObject["activityStatus"][0]["status"] != rowData["status"] ) {

Loading…
Cancel
Save