mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge pull request #318 from thusithak/master
Theme migration for 2.2.0
This commit is contained in:
commit
3da7ac2916
@ -17,7 +17,7 @@
|
|||||||
}}
|
}}
|
||||||
{{#zone "navMenu-icon"}}
|
{{#zone "navMenu-icon"}}
|
||||||
<span class="icon fw-stack">
|
<span class="icon fw-stack">
|
||||||
<i class="fw fw-tiles fw-stack-1x toggle-icon-up"></i>
|
<i class="fw fw-menu fw-stack-1x toggle-icon-down"></i>
|
||||||
</span>
|
</span>
|
||||||
{{/zone}}
|
{{/zone}}
|
||||||
|
|
||||||
@ -98,8 +98,7 @@
|
|||||||
data-offset-top="80">
|
data-offset-top="80">
|
||||||
<ul class="sidebar-messages">
|
<ul class="sidebar-messages">
|
||||||
</ul>
|
</ul>
|
||||||
<h4 class="text-center"><a href="{{appContext}}notification-listing" class="text-center">Show all notifications</a>
|
<div class="text-center"><a href="{{appContext}}notification-listing" class="btn btn-primary">Show all notifications</a></div>
|
||||||
</h4>
|
|
||||||
</div>
|
</div>
|
||||||
{{/zone}}
|
{{/zone}}
|
||||||
{{#zone "bottomJs"}}
|
{{#zone "bottomJs"}}
|
||||||
|
|||||||
@ -129,7 +129,7 @@ function loadNewNotifications() {
|
|||||||
viewModel["notifications"] = responsePayload["notifications"];
|
viewModel["notifications"] = responsePayload["notifications"];
|
||||||
$(messageSideBar).html(template(viewModel));
|
$(messageSideBar).html(template(viewModel));
|
||||||
} else {
|
} else {
|
||||||
$(messageSideBar).html("<h4 class='text-center'>No new notifications found...</h4>");
|
$(messageSideBar).html('<div class="message message-info message-no-new"><h4><i class="icon fw fw-info"></i>No new notifications found...</h4></div>');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$(messageSideBar).html("<h4 class ='message-danger'>Unexpected error " +
|
$(messageSideBar).html("<h4 class ='message-danger'>Unexpected error " +
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user