File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
resources/themes/pterodactyl/layouts Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
1111### Fixed
1212* Hitting Ctrl+Z when editing a file on the web now works as expected.
1313* Logo now links to the correct location on all pages.
14+ * Permissions checking to determine if a user can see the task management page now works correctly.
1415
1516### Changed
1617* Attempting to upload a folder via the web file manager will now display a warning telling the user to use SFTP.
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ class="active"
146146 </a >
147147 </li >
148148 @endcan
149- @can (' list-tasks ' , $server )
149+ @can (' list-schedules ' , $server )
150150 <li
151151 @if (starts_with (Route:: currentRouteName (), ' server.schedules' ) )
152152 class =" active"
You can’t perform that action at this time.
0 commit comments