aboutsummaryrefslogtreecommitdiffstats
path: root/settings/js/authtoken_view.js
diff options
context:
space:
mode:
Diffstat (limited to 'settings/js/authtoken_view.js')
-rw-r--r--settings/js/authtoken_view.js1
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])) {