mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request #813 from milanperera/iot-master
Fixed issue wso2/product-iots#427
This commit is contained in:
commit
63a7a2bb28
@ -69,11 +69,11 @@ function showAdvanceOperation(operation, button) {
|
|||||||
$(button).addClass('selected');
|
$(button).addClass('selected');
|
||||||
$(button).siblings().removeClass('selected');
|
$(button).siblings().removeClass('selected');
|
||||||
if ($(button).attr("id") == 'allNotifications') {
|
if ($(button).attr("id") == 'allNotifications') {
|
||||||
$("#noNotificationtxt").html('You do not have any unread notifications ');
|
$("#noNotificationtxt").html('You do not have any notifications ');
|
||||||
} else if ($(button).attr("id") == 'unReadNotifications') {
|
} else if ($(button).attr("id") == 'unReadNotifications') {
|
||||||
$("#noNotificationtxt").html('You do not have any notifications ');
|
$("#noNotificationtxt").html('You do not have any unread notifications ');
|
||||||
} else {
|
} else {
|
||||||
$("#noNotificationtxt").html('You do not have any notifications ');
|
$("#noNotificationtxt").html('You do not have any unread notifications ');
|
||||||
}
|
}
|
||||||
var hiddenOperation = ".wr-hidden-operations-content > div";
|
var hiddenOperation = ".wr-hidden-operations-content > div";
|
||||||
$(hiddenOperation + '[data-operation="' + operation + '"]').show();
|
$(hiddenOperation + '[data-operation="' + operation + '"]').show();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user