Merge pull request #529 from DimalChandrasiri/release-3.0.x

Fixed android type view notification pane message inconsistancy issue
This commit is contained in:
Rasika Perera 2017-01-17 19:41:19 +05:30 committed by GitHub
commit 1d0753ab8d
2 changed files with 8 additions and 2 deletions

View File

@ -131,7 +131,10 @@ function loadNewNotifications() {
viewModel["appContext"] = context;
$(messageSideBar).html(template(viewModel));
} else {
$(messageSideBar).html('<div class="alert alert-info" role="alert"><i class="icon fw fw-info"></i>No new notifications found...</div>');
$(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'>Unexpected error " +

View File

@ -131,7 +131,10 @@ function loadNewNotifications() {
viewModel["appContext"] = context;
$(messageSideBar).html(template(viewModel));
} else {
$(messageSideBar).html('<div class="alert alert-info" role="alert"><i class="icon fw fw-info"></i>No new notifications found...</div>');
$(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'>Unexpected error " +