mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixed sidebar notifications
This commit is contained in:
parent
6470e8e3d2
commit
73ab6f28c1
@ -98,6 +98,7 @@ function loadNewNotifications() {
|
||||
var responsePayload = JSON.parse(data);
|
||||
|
||||
if (responsePayload.notifications) {
|
||||
viewModel.context = context;
|
||||
viewModel.notifications = responsePayload.notifications;
|
||||
if (responsePayload.count > 0) {
|
||||
$(messageSideBar).html(template(viewModel));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user