aboutsummaryrefslogtreecommitdiffstats
path: root/settings/js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-11-01 12:32:53 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-11-01 12:32:53 +0100
commitcf3768718bad230b51f7e8d8fd9b91208e296525 (patch)
treef1c47f059633935234c4246c7dc2bce77366701b /settings/js
parenta291ee69913f02a4b6b337b65dd1c7e48e050eca (diff)
downloadnextcloud-server-cf3768718bad230b51f7e8d8fd9b91208e296525.tar.gz
nextcloud-server-cf3768718bad230b51f7e8d8fd9b91208e296525.zip
Remove tooltip from sessions, just wrap lines for simplicity and no duplication
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/js')
-rw-r--r--settings/js/templates/authtoken.handlebars4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/js/templates/authtoken.handlebars b/settings/js/templates/authtoken.handlebars
index 979cd142ff4..3653c3246e1 100644
--- a/settings/js/templates/authtoken.handlebars
+++ b/settings/js/templates/authtoken.handlebars
@@ -2,8 +2,8 @@
<td class="client">
<div class="{{icon}}" />
</td>
- <td class="has-tooltip" title="{{title}}">
- <span class="token-name">{{name}}</span>
+ <td class="token-name">
+ {{name}}
</td>
<td>
<span class="last-activity has-tooltip" title="{{lastActivityTime}}">{{lastActivity}}</span></td>