Fix hover behavior on admin user listing

see http://i.kumquat.io/nW1x for description
This commit is contained in:
Dane Everitt 2017-11-05 11:18:50 -06:00
parent 25694c851a
commit fb2909a1c7
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -39,13 +39,13 @@
<table class="table table-hover"> <table class="table table-hover">
<thead> <thead>
<tr> <tr>
<th>ID</td> <th>ID</th>
<th>Email</td> <th>Email</th>
<th>Client Name</th> <th>Client Name</th>
<th>Username</th> <th>Username</th>
<th class="text-center">2FA</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"><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" 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 can access because they are marked as a subuser.">Can Access</span></th>
<th></th> <th></th>
</tr> </tr>
</thead> </thead>