File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
resources/themes/pterodactyl/server/files Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
1717* File manager UI improved to be clearer with buttons and cleaner on mobile.
1818* reCAPTCHA's secret key position swapped with website key in advanced panel settings to be consistent with Google's reCAPTCHA dashboard.
1919* Changed DisplayException to handle its own logging correctly and check if the previous exception is marked as one that should not be logged.
20+ * Changed 'New Folder' modal in file manager to include a trailing slash.
2021
2122## v0.7.5 (Derelict Dermodactylus)
2223### Fixed
Original file line number Diff line number Diff line change 2929 </div >
3030</div >
3131<div class =" box-body table-responsive no-padding" >
32- <table class =" table table-hover" id =" file_listing" data-current-dir =" {{ $directory [' header' ] } }" >
32+ <table class =" table table-hover" id =" file_listing" data-current-dir =" {{ rtrim ( $directory [' header' ], ' / ' ) . ' / ' } }" >
3333 <thead >
3434 <tr >
3535 <th class =" middle min-size" >
You can’t perform that action at this time.
0 commit comments