File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
resources/themes/pterodactyl/admin/users Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
1515### Changed
1616* Revoking the administrative status for an admin will revoke all authentication tokens currently assigned to their account.
1717
18+ ### Added
19+ * Added star indicators to user listing in Admin CP to indicate users who are set as a root admin.
20+
1821## v0.7.0-beta.2 (Derelict Dermodactylus)
1922### Fixed
2023* ` [beta.1] ` — Fixes a CORS header issue due to a wrong API endpoint being provided in the administrative node listing.
Original file line number Diff line number Diff line change 5353 @foreach ($users as $user )
5454 <tr class =" align-middle" >
5555 <td ><code >{{ $user -> id } } </code ></td >
56- <td ><a href =" {{ route (' admin.users.view' , $user -> id ) } }" >{{ $user -> email } } </a ></td >
56+ <td ><a href =" {{ route (' admin.users.view' , $user -> id ) } }" >{{ $user -> email } } </a > @if ( $user -> root_admin )< i class = " fa fa-star text-yellow " ></ i > @endif </td >
5757 <td >{{ $user -> name_last } } , {{ $user -> name_first } } </td >
5858 <td >{{ $user -> username } } </td >
5959 <td class =" text-center" >
You can’t perform that action at this time.
0 commit comments