Merge pull request #1205 from lasanthaDLPDS/master

Fix operation log and device view displaying issue
This commit is contained in:
Madawa Soysa 2018-03-01 23:10:30 +05:30 committed by GitHub
commit a82f99efeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"] ) {