瀏覽代碼

[oozie] Big workflow dashboards should scroll

Enrico Berti 10 年之前
父節點
當前提交
77d8948
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/oozie/src/oozie/templates/dashboard/list_oozie_workflow.mako

+ 1 - 1
apps/oozie/src/oozie/templates/dashboard/list_oozie_workflow.mako

@@ -165,7 +165,7 @@ ${ layout.menubar(section='workflows', dashboard=True) }
         % endif
       </ul>
 
-      <div id="workflow-tab-content" class="tab-content" style="min-height:200px">
+      <div id="workflow-tab-content" class="tab-content" style="min-height:200px; overflow: visible">
         % if workflow_graph != 'MISSING':
         <div id="graph" class="tab-pane active">
         % if layout_json == '':