diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 346d32290..2f3c18c72 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,3 +4,11 @@ If you're just making a suggestion, be descriptive, and link to any issues that You can delete from this line up. --------------------- + +* Panel or Daemon: +* Version of Panel/Daemon: +* Server's OS: +* Your Computer's OS & Browser: + +## Add Details Below: + diff --git a/resources/lang/en/navigation.php b/resources/lang/en/navigation.php index af3fe9a3c..5693d825d 100644 --- a/resources/lang/en/navigation.php +++ b/resources/lang/en/navigation.php @@ -25,5 +25,6 @@ return [ 'startup_parameters' => 'Startup Parameters', 'databases' => 'Databases', 'edit_file' => 'Edit File', + 'admin' => 'Manage', ], ]; diff --git a/resources/themes/pterodactyl/layouts/master.blade.php b/resources/themes/pterodactyl/layouts/master.blade.php index 651686a33..1a53c4089 100644 --- a/resources/themes/pterodactyl/layouts/master.blade.php +++ b/resources/themes/pterodactyl/layouts/master.blade.php @@ -192,6 +192,13 @@ @endif + @if(Auth::user()->root_admin) +
  • + + @lang('navigation.server.admin') + +
  • + @endif @endif