浏览代码

HUE-7830 [core] Non supported feature use_default_configuration doesn't work in Hue 4

Roohi 8 年之前
父节点
当前提交
efd42f50a6
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      apps/useradmin/src/useradmin/templates/list_configurations.mako

+ 2 - 0
apps/useradmin/src/useradmin/templates/list_configurations.mako

@@ -125,7 +125,9 @@ ${layout.menubar(section='configurations')}
   <!-- ko template: { if: !loading() && !hasErrors() && selectedApp(), name: 'edit-app' } --><!-- /ko -->
 </div>
 
+%if not is_embeddable:
 ${ configKoComponents.config() }
+%endif
 
 <script type="text/javascript">
   (function () {