From df7a8579291088e6acb6f6504114f36c8fad7964 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 3 Dec 2017 14:06:27 -0600 Subject: [PATCH] Add star next to names of root admin accounts --- CHANGELOG.md | 3 +++ resources/themes/pterodactyl/admin/users/index.blade.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 807185eb3..8e193cb4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ This project follows [Semantic Versioning](http://semver.org) guidelines. ### Changed * Revoking the administrative status for an admin will revoke all authentication tokens currently assigned to their account. +### Added +* Added star indicators to user listing in Admin CP to indicate users who are set as a root admin. + ## v0.7.0-beta.2 (Derelict Dermodactylus) ### Fixed * `[beta.1]` — Fixes a CORS header issue due to a wrong API endpoint being provided in the administrative node listing. diff --git a/resources/themes/pterodactyl/admin/users/index.blade.php b/resources/themes/pterodactyl/admin/users/index.blade.php index 0c4289f32..dd95f222b 100644 --- a/resources/themes/pterodactyl/admin/users/index.blade.php +++ b/resources/themes/pterodactyl/admin/users/index.blade.php @@ -53,7 +53,7 @@ @foreach ($users as $user) {{ $user->id }} - {{ $user->email }} + {{ $user->email }} @if($user->root_admin)@endif {{ $user->name_last }}, {{ $user->name_first }} {{ $user->username }}