mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
Merge pull request #1792 from d19dotca/patch-1
Stylized macOS + sorted Desktop & Mobile OS names
This commit is contained in:
commit
49402924aa
@ -83,29 +83,29 @@ export const URL_LENGTH = 500;
|
|||||||
export const EVENT_NAME_LENGTH = 50;
|
export const EVENT_NAME_LENGTH = 50;
|
||||||
|
|
||||||
export const DESKTOP_OS = [
|
export const DESKTOP_OS = [
|
||||||
'Windows 3.11',
|
'BeOS',
|
||||||
'Windows 95',
|
'Chrome OS',
|
||||||
'Windows 98',
|
'Linux',
|
||||||
|
'macOS',
|
||||||
|
'Open BSD',
|
||||||
|
'OS/2',
|
||||||
|
'QNX',
|
||||||
|
'Sun OS',
|
||||||
|
'Windows 10',
|
||||||
'Windows 2000',
|
'Windows 2000',
|
||||||
'Windows XP',
|
'Windows 3.11',
|
||||||
'Windows Server 2003',
|
|
||||||
'Windows Vista',
|
|
||||||
'Windows 7',
|
'Windows 7',
|
||||||
'Windows 8',
|
'Windows 8',
|
||||||
'Windows 8.1',
|
'Windows 8.1',
|
||||||
'Windows 10',
|
'Windows 95',
|
||||||
|
'Windows 98',
|
||||||
'Windows ME',
|
'Windows ME',
|
||||||
'Open BSD',
|
'Windows Server 2003',
|
||||||
'Sun OS',
|
'Windows Vista',
|
||||||
'Linux',
|
'Windows XP',
|
||||||
'Mac OS',
|
|
||||||
'QNX',
|
|
||||||
'BeOS',
|
|
||||||
'OS/2',
|
|
||||||
'Chrome OS',
|
|
||||||
];
|
];
|
||||||
|
|
||||||
export const MOBILE_OS = ['iOS', 'Android OS', 'BlackBerry OS', 'Windows Mobile', 'Amazon OS'];
|
export const MOBILE_OS = ['Amazon OS', 'Android OS', 'BlackBerry OS', 'iOS', 'Windows Mobile'];
|
||||||
|
|
||||||
export const BROWSERS = {
|
export const BROWSERS = {
|
||||||
aol: 'AOL',
|
aol: 'AOL',
|
||||||
|
Loading…
Reference in New Issue
Block a user