diff options
author | Pierre Gordon <pierregordon@protonmail.com> | 2018-01-20 02:34:18 -0500 |
---|---|---|
committer | Pierre Gordon <pierregordon@protonmail.com> | 2018-01-20 02:34:18 -0500 |
commit | 05d8537078ae008c244804ec21cf5eab78b796ac (patch) | |
tree | 6cdf0cdb0df34efba8ac52fca4bf151d48031e4d /settings/js | |
parent | d83ab0d94fc879517aad9b9267c35f9ebdc02262 (diff) | |
download | nextcloud-server-05d8537078ae008c244804ec21cf5eab78b796ac.tar.gz nextcloud-server-05d8537078ae008c244804ec21cf5eab78b796ac.zip |
Use generic icons for clients
Signed off by: Pierre Gordon <pierregordon@protonmail.com>
Diffstat (limited to 'settings/js')
-rw-r--r-- | settings/js/authtoken_view.js | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/settings/js/authtoken_view.js b/settings/js/authtoken_view.js index 4229929b4fb..b8645e4cc85 100644 --- a/settings/js/authtoken_view.js +++ b/settings/js/authtoken_view.js @@ -150,17 +150,17 @@ }; var iconMap = { - ie: 'icon-client-ie', - edge: 'icon-client-edge', - firefox: 'icon-client-firefox', - chrome: 'icon-client-chrome', - safari: 'icon-client-safari', - androidChrome: 'icon-client-chrome', - iphone: 'icon-client-iphone', - ipad: 'icon-client-ipad', - iosClient: 'icon-client-apple', - androidClient: 'icon-client-android', - davDroid: 'icon-client-android', + ie: 'icon-desktop', + edge: 'icon-desktop', + firefox: 'icon-desktop', + chrome: 'icon-desktop', + safari: 'icon-desktop', + androidChrome: 'icon-phone', + iphone: 'icon-phone', + ipad: 'icon-tablet', + iosClient: 'icon-phone', + androidClient: 'icon-phone', + davDroid: 'icon-phone', webPirate: 'icon-link', sailfishBrowser: 'icon-link' }; |