Skip to content

Commit 049a539

Browse files
committed
Remove beta notice
1 parent e9680fc commit 049a539

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

resources/themes/pterodactyl/layouts/master.blade.php

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,6 @@ class="active"
205205
</section>
206206
</aside>
207207
<div class="content-wrapper">
208-
<section class="content-header">
209-
@include('partials/_internal/beta')
210-
</section>
211208
<section class="content-header">
212209
@yield('content-header')
213210
</section>
@@ -243,34 +240,6 @@ class="active"
243240
</div>
244241
Copyright &copy; 2015 - {{ date('Y') }} <a href="https://pterodactyl.io/">Pterodactyl Software</a>.
245242
</footer>
246-
<aside class="control-sidebar control-sidebar-dark">
247-
<div class="tab-content">
248-
<ul class="control-sidebar-menu">
249-
{{-- @todo replace this with better logic, or just remove it entirely? --}}
250-
{{--@foreach (Auth::user()->access(null)->get() as $s)--}}
251-
{{--<li>--}}
252-
{{--<a--}}
253-
{{--@if(isset($server) && isset($node))--}}
254-
{{--@if($server->uuidShort === $s->uuidShort)--}}
255-
{{--class="active"--}}
256-
{{--@endif--}}
257-
{{--@endif--}}
258-
{{--href="{{ route('server.index', $s->uuidShort) }}">--}}
259-
{{--@if($s->owner_id === Auth::user()->id)--}}
260-
{{--<i class="menu-icon fa fa-user bg-blue"></i>--}}
261-
{{--@else--}}
262-
{{--<i class="menu-icon fa fa-user-o bg-gray"></i>--}}
263-
{{--@endif--}}
264-
{{--<div class="menu-info">--}}
265-
{{--<h4 class="control-sidebar-subheading">{{ $s->name }}</h4>--}}
266-
{{--<p>{{ $s->username }}</p>--}}
267-
{{--</div>--}}
268-
{{--</a>--}}
269-
{{--</li>--}}
270-
{{--@endforeach--}}
271-
</ul>
272-
</div>
273-
</aside>
274243
<div class="control-sidebar-bg"></div>
275244
</div>
276245
@section('footer-scripts')

resources/themes/pterodactyl/partials/_internal/beta.blade.php

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)