diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-03-01 07:19:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-01 07:19:11 +0100 |
commit | 560c0ef783c3ea271da335183822136e99a9edff (patch) | |
tree | 3117a0bce86d671a7327494fd5f958a6d6edbae8 /settings | |
parent | a7fb9ff8daf74e7d03097244c252b9625707c0a7 (diff) | |
parent | 23f35027d55ce41a82912da3bc9cdb34aa7b12e6 (diff) | |
download | nextcloud-server-560c0ef783c3ea271da335183822136e99a9edff.tar.gz nextcloud-server-560c0ef783c3ea271da335183822136e99a9edff.zip |
Merge pull request #8582 from nextcloud/icon-for-desktop-client
Show icon in security settings for desktop clients
Diffstat (limited to 'settings')
-rw-r--r-- | settings/js/authtoken_view.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/js/authtoken_view.js b/settings/js/authtoken_view.js index b8645e4cc85..d20356b2594 100644 --- a/settings/js/authtoken_view.js +++ b/settings/js/authtoken_view.js @@ -170,6 +170,7 @@ os: matches[1], version: matches[2] }); + viewData.icon = 'icon-desktop'; } for (var client in userAgentMap) { if (matches = viewData.title.match(userAgentMap[client])) { |