aboutsummaryrefslogtreecommitdiff
path: root/backends/networking/wwwroot
diff options
context:
space:
mode:
authorAlexander Tkachev2016-07-06 12:41:33 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commite47b6c04b30565b1db238c2784e562f3f4472d70 (patch)
treefaee05bb3f9a8e0f2014d8b9d34a43034ba29d73 /backends/networking/wwwroot
parentc409d29f66057a1a2c0e405e60cc8aa5623bc52f (diff)
downloadscummvm-rg350-e47b6c04b30565b1db238c2784e562f3f4472d70.tar.gz
scummvm-rg350-e47b6c04b30565b1db238c2784e562f3f4472d70.tar.bz2
scummvm-rg350-e47b6c04b30565b1db238c2784e562f3f4472d70.zip
CLOUD: Make "/files" list directories
Including both virtual "/root" and "/saves" ones.
Diffstat (limited to 'backends/networking/wwwroot')
-rw-r--r--backends/networking/wwwroot/files.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/backends/networking/wwwroot/files.html b/backends/networking/wwwroot/files.html
index 8a2788905a..2baf4a02dc 100644
--- a/backends/networking/wwwroot/files.html
+++ b/backends/networking/wwwroot/files.html
@@ -31,7 +31,9 @@
</div>
</div>
<div class="content">
- {content}
+ <table class="files_list">
+ {content}
+ </table>
</div>
</div>
<script>