Skip to content

Commit 08a112f

Browse files
committed
Include trailing slash on modal, closes pterodactyl#864
1 parent 40c74ae commit 08a112f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

resources/themes/pterodactyl/server/files/list.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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">

0 commit comments

Comments
 (0)