allow downloads from SFTP Client / Add new Screenshot
This commit is contained in:
@ -215,7 +215,12 @@
|
|||||||
<div class="bg-gray-800 p-6 rounded-lg shadow-lg mb-6" id="sftpBrowserSection" style="display: none;">
|
<div class="bg-gray-800 p-6 rounded-lg shadow-lg mb-6" id="sftpBrowserSection" style="display: none;">
|
||||||
<h2 class="text-xl font-semibold mb-4">SFTP Browser</h2>
|
<h2 class="text-xl font-semibold mb-4">SFTP Browser</h2>
|
||||||
<!-- Iframe height set explicitly to 650px to ensure visibility and prevent shrinking -->
|
<!-- Iframe height set explicitly to 650px to ensure visibility and prevent shrinking -->
|
||||||
<iframe id="sftpIframe" class="w-full rounded" style="height: 650px; min-height: 650px;" sandbox="allow-same-origin allow-scripts"></iframe>
|
<iframe
|
||||||
|
id="sftpIframe"
|
||||||
|
class="w-full rounded"
|
||||||
|
style="height: 650px; min-height: 650px;"
|
||||||
|
sandbox="allow-same-origin allow-scripts allow-downloads"
|
||||||
|
></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bg-gray-800 p-6 rounded-lg shadow-lg mb-6">
|
<div class="bg-gray-800 p-6 rounded-lg shadow-lg mb-6">
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 473 KiB After Width: | Height: | Size: 580 KiB |
Reference in New Issue
Block a user