Sfoglia il codice sorgente

HUE-6077 [frontend] Fix oozie logs icon

Enrico Berti 8 anni fa
parent
commit
8cde1ff

+ 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: