diff --git a/resources/themes/pterodactyl/layouts/admin.blade.php b/resources/themes/pterodactyl/layouts/admin.blade.php index d546576ee..6309f4dc9 100644 --- a/resources/themes/pterodactyl/layouts/admin.blade.php +++ b/resources/themes/pterodactyl/layouts/admin.blade.php @@ -79,7 +79,7 @@
  • -
  • +
  • @@ -191,6 +191,17 @@ {!! Theme::js('vendor/select2/select2.full.min.js') !!} {!! Theme::js('js/admin/functions.js') !!} {!! Theme::js('js/autocomplete.js') !!} + + @if(Auth::user()->isRootAdmin()) + + @endif @show diff --git a/resources/themes/pterodactyl/layouts/master.blade.php b/resources/themes/pterodactyl/layouts/master.blade.php index 9620faa02..b57299607 100644 --- a/resources/themes/pterodactyl/layouts/master.blade.php +++ b/resources/themes/pterodactyl/layouts/master.blade.php @@ -83,7 +83,7 @@ @endif
  • -
  • +
  • @@ -283,6 +283,17 @@ @if(config('pterodactyl.lang.in_context')) {!! Theme::js('vendor/phraseapp/phraseapp.js') !!} @endif + + @if(Auth::user()->isRootAdmin()) + + @endif @show