Skip to content

Commit

Permalink
webui: fix tree rendering (multiple file restore view)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Mar 16, 2022
1 parent f91caad commit 3bdc825
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webui/module/Restore/view/restore/restore/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@ $this->headTitle($title);
echo '</strong>';
?>
<div class="panel panel-default">
<div id="filebrowser" style="width: 100%; height: 60vH;"></div>
<div id="filebrowser" style="width: 100%;">
<div style="height: 60vH;"></div>
</div>
</div>
</div>

Expand Down

0 comments on commit 3bdc825

Please sign in to comment.