mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Little bit of eye candy
This commit is contained in:
parent
9cc2cc5683
commit
ace61c6aab
@ -253,7 +253,7 @@ function openNotificationPanel() {
|
|||||||
{
|
{
|
||||||
success: function(response) {
|
success: function(response) {
|
||||||
if (response.length == 0) {
|
if (response.length == 0) {
|
||||||
html = `<p class='text-muted'>{% trans "No unread notifications" %}</p>`;
|
html = `<p class='text-muted'><em>{% trans "No unread notifications" %}</em><span class='fas fa-check-circle icon-green float-right'></span></p>`;
|
||||||
} else {
|
} else {
|
||||||
// build up items
|
// build up items
|
||||||
response.forEach(function(item, index) {
|
response.forEach(function(item, index) {
|
||||||
|
Loading…
Reference in New Issue
Block a user