diff options
author | Grigorii K. Shartsev <me@shgk.me> | 2024-01-24 17:58:16 +0100 |
---|---|---|
committer | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2024-02-01 18:35:56 +0100 |
commit | 5620e057cf02105c061fa0811b4e60f794a6b406 (patch) | |
tree | cb9d56e36f38c361b252778dcdf7571d45fa0785 /apps/files/templates | |
parent | e49c331b7156e8a39052566f1da0f65b76f3c974 (diff) | |
download | nextcloud-server-5620e057cf02105c061fa0811b4e60f794a6b406.tar.gz nextcloud-server-5620e057cf02105c061fa0811b4e60f794a6b406.zip |
fix(files): combine navigation and files list into single Vue app
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/index.php | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index c974a37aa5b..9e4d6e56ec5 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -1,9 +1,3 @@ -<!-- File navigation --> -<div id="app-navigation-files" role="navigation"></div> +<?php -<!-- File list vue container --> -<div id="app-content-vue" class="hidden"></div> - -<!-- config hints for javascript --> -<input type="hidden" name="filesApp" id="filesApp" value="1" /> -<input type="hidden" name="fileNotFound" id="fileNotFound" value="<?php p($_['fileNotFound']); ?>" /> +// Empty template |