Removed useless params and tag

This commit is contained in:
Mauro Mugnaini 2023-08-08 20:14:48 +02:00
parent ee3e100122
commit 286312aee5
1 changed files with 3 additions and 5 deletions

View File

@ -17,14 +17,12 @@
<div class="row h-100"> <div class="row h-100">
<div class="col-3 border"> <div class="col-3 border">
<div class="row"> <div class="row">
<d4s-storage-tree show-root="true" filelist-id="next-ws" base-url="https://workspace-repository.dev.d4science.org/storagehub/workspace"></d4s-storage-tree> <d4s-storage-tool></d4s-storage-tool>
</div> <d4s-storage-tree base-url="https://workspace-repository.dev.d4science.org/storagehub/workspace"></d4s-storage-tree>
<div class="row">
<d4s-storage-tree filelist-id="next-ws" base-url="https://workspace-repository.dev.d4science.org/storagehub/workspace"></d4s-storage-tree>
</div> </div>
</div> </div>
<div class="col w-100 border overflow-auto mh-100"> <div class="col w-100 border overflow-auto mh-100">
<d4s-storage-folder id="next-ws" base-url="https://workspace-repository.dev.d4science.org/storagehub/workspace"></d4s-storage-folder> <d4s-storage-folder></d4s-storage-folder>
</div> </div>
</div> </div>
</body> </body>