forked from Alex/Pterodactyl-Panel
Include trailing slash on modal, closes #864
This commit is contained in:
parent
40c74ae1e7
commit
08a112f027
@ -17,6 +17,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
|
|||||||
* File manager UI improved to be clearer with buttons and cleaner on mobile.
|
* File manager UI improved to be clearer with buttons and cleaner on mobile.
|
||||||
* reCAPTCHA's secret key position swapped with website key in advanced panel settings to be consistent with Google's reCAPTCHA dashboard.
|
* reCAPTCHA's secret key position swapped with website key in advanced panel settings to be consistent with Google's reCAPTCHA dashboard.
|
||||||
* Changed DisplayException to handle its own logging correctly and check if the previous exception is marked as one that should not be logged.
|
* Changed DisplayException to handle its own logging correctly and check if the previous exception is marked as one that should not be logged.
|
||||||
|
* Changed 'New Folder' modal in file manager to include a trailing slash.
|
||||||
|
|
||||||
## v0.7.5 (Derelict Dermodactylus)
|
## v0.7.5 (Derelict Dermodactylus)
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-body table-responsive no-padding">
|
<div class="box-body table-responsive no-padding">
|
||||||
<table class="table table-hover" id="file_listing" data-current-dir="{{ $directory['header'] }}">
|
<table class="table table-hover" id="file_listing" data-current-dir="{{ rtrim($directory['header'], '/') . '/' }}">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="middle min-size">
|
<th class="middle min-size">
|
||||||
|
Loading…
Reference in New Issue
Block a user