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;">
|
||||
<h2 class="text-xl font-semibold mb-4">SFTP Browser</h2>
|
||||
<!-- 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 class="bg-gray-800 p-6 rounded-lg shadow-lg mb-6">
|
||||
|
Reference in New Issue
Block a user