Skip to content

Commit

Permalink
webui: fix tree rendering (file version restore view)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Mar 16, 2022
1 parent 3bdc825 commit e6e69fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webui/module/Restore/view/restore/restore/versions.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,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 e6e69fa

Please sign in to comment.