소스 검색

HUE-6077 [frontend] Fix oozie logs icon

Enrico Berti 8 년 전
부모
커밋
8cde1ff
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) }
 
       <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">
+        <div id="graph" class="tab-pane active dashboard-container">
         % if layout_json == '':
         ${ workflow_graph | n,unicode }
         % else: