Fix hover behavior on admin user listing
see http://i.kumquat.io/nW1x for description
This commit is contained in:
parent
25694c851a
commit
fb2909a1c7
1 changed files with 4 additions and 4 deletions
|
@ -39,13 +39,13 @@
|
|||
<table class="table table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>ID</td>
|
||||
<th>Email</td>
|
||||
<th>ID</th>
|
||||
<th>Email</th>
|
||||
<th>Client Name</th>
|
||||
<th>Username</th>
|
||||
<th class="text-center">2FA</th>
|
||||
<th class="text-center" data-toggle="tooltip" data-placement="top" title="Servers that this user is marked as the owner of.">Servers Owned</th>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
Loading…
Reference in a new issue