Skip to content

Commit fb2909a

Browse files
committed
Fix hover behavior on admin user listing
see http://i.kumquat.io/nW1x for description
1 parent 25694c8 commit fb2909a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resources/themes/pterodactyl/admin/users/index.blade.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
<table class="table table-hover">
4040
<thead>
4141
<tr>
42-
<th>ID</td>
43-
<th>Email</td>
42+
<th>ID</th>
43+
<th>Email</th>
4444
<th>Client Name</th>
4545
<th>Username</th>
4646
<th class="text-center">2FA</th>
47-
<th class="text-center" data-toggle="tooltip" data-placement="top" title="Servers that this user is marked as the owner of.">Servers Owned</th>
48-
<th class="text-center" data-toggle="tooltip" data-placement="top" title="Servers that this user can access because they are marked as a subuser.">Can Access</th>
47+
<th class="text-center"><span data-toggle="tooltip" data-placement="top" title="Servers that this user is marked as the owner of.">Servers Owned</span></th>
48+
<th class="text-center"><span data-toggle="tooltip" data-placement="top" title="Servers that this user can access because they are marked as a subuser.">Can Access</span></th>
4949
<th></th>
5050
</tr>
5151
</thead>

0 commit comments

Comments
 (0)