We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d084f22 commit f9c0edbCopy full SHA for f9c0edb
resources/views/users/index.blade.php
@@ -25,14 +25,14 @@
25
26
<table class="table">
27
<tr>
28
- <th></th>
29
- <th>
+ <th width="9%"></th>
+ <th width="36%">
30
<a href="{{ sortUrl('/settings/users', $listDetails, ['sort' => 'name']) }}">{{ trans('auth.name') }}</a>
31
/
32
<a href="{{ sortUrl('/settings/users', $listDetails, ['sort' => 'email']) }}">{{ trans('auth.email') }}</a>
33
</th>
34
- <th>{{ trans('settings.role_user_roles') }}</th>
35
- <th class="text-right">
+ <th width="35%">{{ trans('settings.role_user_roles') }}</th>
+ <th class="text-right" width="20%">
36
<a href="{{ sortUrl('/settings/users', $listDetails, ['sort' => 'last_activity_at']) }}">{{ trans('settings.users_latest_activity') }}</a>
37
38
</tr>
0 commit comments