|
|
|
@ -131,7 +131,12 @@ function loadNewNotifications() {
|
|
|
|
|
// viewModel["appContext"] = context;
|
|
|
|
|
$(messageSideBar).html(template(viewModel));
|
|
|
|
|
} else {
|
|
|
|
|
$(messageSideBar).html("<h4 class='text-center'>No new notifications found</h4>");
|
|
|
|
|
$(messageSideBar).html(
|
|
|
|
|
"<h4 class='text-center'>No New Notifications</h4>" +
|
|
|
|
|
"<h5 class='text-center text-muted'>" +
|
|
|
|
|
"Check this section for error notifications<br>related to device operations" +
|
|
|
|
|
"</h5>"
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
$(messageSideBar).html("<h4 class ='message-danger text-center'>Unexpected error " +
|
|
|
|
|