Skip to content

Commit

Permalink
[5.3] MUDA-16: Add missing icon for devices type 'meta' for users and…
Browse files Browse the repository at this point in the history
… devices (#507)
  • Loading branch information
pcandia authored Sep 27, 2023
1 parent 102d8fa commit af5e767
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion submodules/devices/devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ define(function(require) {
sip_uri: 'device-voip-phone',
smartphone: 'device-mobile',
softphone: 'device-soft-phone',
teammate: 'device-mst'
teammate: 'device-mst',
meta: 'apps'
},
/**
* Lists device types allowed to be added by devicesRenderAdd.
Expand Down
3 changes: 2 additions & 1 deletion submodules/users/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ define(function(require) {
'fax': 'device-fax',
'ata': 'device-ata',
'application': 'apps',
'teammate': 'device-mst'
'teammate': 'device-mst',
'meta': 'apps'
},

/* Users */
Expand Down

0 comments on commit af5e767

Please sign in to comment.