Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/templates/components/common_body.twig')
-rw-r--r--assets/templates/components/common_body.twig3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/templates/components/common_body.twig b/assets/templates/components/common_body.twig
index bf11b9e3..7738aecf 100644
--- a/assets/templates/components/common_body.twig
+++ b/assets/templates/components/common_body.twig
@@ -1,6 +1,8 @@
<body data-controller="{{ controller_name }}" class="{{ bodyClass }}" {{ onload }}>
<div class="flexbox_wrapper">
+ {% if includeJsTree %}
<div id="masking_overlay"></div>
+
<div id="browser_container">
<div class="browser_container">
@@ -11,6 +13,7 @@
</div>
</div>
<div class="splitter"></div>
+ {% endif %}
<div id="detail" class="detail_container">
\ No newline at end of file