Skip to content

Commit 2b80de0

Browse files
committed
Fix sidebar dropdown not working
1 parent f4985d4 commit 2b80de0

File tree

5 files changed

+143
-4
lines changed

5 files changed

+143
-4
lines changed

public/themes/pterodactyl/vendor/adminlte/admin.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/themes/pterodactyl/vendor/adminlte/adminlte.min.css.map

Lines changed: 140 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/themes/pterodactyl/vendor/adminlte/app.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/themes/pterodactyl/vendor/adminlte/colors/skin-blue-light.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
</div>
8686
</div>
8787
@endif
88-
<ul class="sidebar-menu">
88+
<ul class="sidebar-menu tree" data-widget="tree">
8989
<li class="header">@lang('navigation.account.header')</li>
9090
<li class="{{ Route::currentRouteName() !== 'account' ?: 'active' }}">
9191
<a href="{{ route('account') }}">

0 commit comments

Comments
 (0)