mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Refactored device-view.js
This commit is contained in:
parent
4ec8894a3d
commit
f6c93261a1
@ -170,7 +170,7 @@ function loadOperationsLog(update) {
|
||||
responseMsg = activityStatus['0'].responses['0'].response;
|
||||
}
|
||||
|
||||
Object.entries(payload.activityStatus).forEach(
|
||||
Object.entries(activityStatus).forEach(
|
||||
([key, entry]) => {
|
||||
logStream += '<div class="row log-entry">' +
|
||||
'<div class="col-lg-8">' +
|
||||
|
||||
Loading…
Reference in New Issue
Block a user