diff --git a/src/main/webapp/pages/layout/_tree_container.html b/src/main/webapp/pages/layout/_tree_container.html
index a665e304..61b4dab2 100644
--- a/src/main/webapp/pages/layout/_tree_container.html
+++ b/src/main/webapp/pages/layout/_tree_container.html
@@ -62,7 +62,7 @@ ${layoutContent}
@if(isNotEmpty(plugins)){
- @if(array.contain(plugins,"ztree")){
+ @if(array.contain(plugins,"jquery-layout")){
@}
@@ -77,4 +77,4 @@ ${layoutContent}
@}
@}