diff --git a/src/addons/messageoutput/airnotifier/pages/devices/devices.html b/src/addons/messageoutput/airnotifier/pages/devices/devices.html index c58851492..02ea186de 100644 --- a/src/addons/messageoutput/airnotifier/pages/devices/devices.html +++ b/src/addons/messageoutput/airnotifier/pages/devices/devices.html @@ -12,10 +12,13 @@ - + - {{ device.name }} {{ device.model }} {{ device.platform }} {{ device.version }} - ({{ 'core.currentdevice' | translate }}) +

+ {{ device.name }} {{ device.model }} + ({{ 'core.currentdevice' | translate }}) +

+

{{ device.platform }} {{ device.version }}

{ + const compareA = a.name.toLowerCase(); + const compareB = b.name.toLowerCase(); + + return compareA.localeCompare(compareB); + }); } /**