This commit is contained in:
Girish Ramakrishnan
2024-02-08 11:51:56 +01:00
parent 3d1a4f8802
commit fb12c0e499
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ app.config(['$routeProvider', function ($routeProvider) {
}).otherwise({ redirectTo: '/'});
}]);
app.filter('notificadtionTypeToColor', function () {
app.filter('notificationTypeToColor', function () {
return function (n) {
switch (n.type) {
case NOTIFICATION_TYPES.ALERT_REBOOT: