浏览代码

HUE-4553 [oozie] The dashboard table scrolls horizontally

Enrico Berti 9 年之前
父节点
当前提交
6f005fd013

+ 2 - 0
apps/oozie/src/oozie/templates/dashboard/list_oozie_bundles.mako

@@ -212,6 +212,7 @@ ${layout.menubar(section='bundles', dashboard=True)}
       "iDisplayLength":PAGE_SIZE,
       "bLengthChange":false,
       "sDom":"<'row'r>t<'row'<'span6'><''p>>",
+      "bAutoWidth": false,
       "aoColumns":[
         { "bSortable":false },
         { "sSortDataType":"dom-sort-value", "sType":"numeric" },
@@ -239,6 +240,7 @@ ${layout.menubar(section='bundles', dashboard=True)}
       "iDisplayLength":PAGE_SIZE,
       "bLengthChange":false,
       "sDom":"<'row'r>t<'row'<'span6'><''p>>",
+      "bAutoWidth": false,
       "aoColumns":[
         { "sSortDataType":"dom-sort-value", "sType":"numeric" },
         null,

+ 2 - 0
apps/oozie/src/oozie/templates/dashboard/list_oozie_coordinators.mako

@@ -239,6 +239,7 @@ ${layout.menubar(section='coordinators', dashboard=True)}
       "iDisplayLength":PAGE_SIZE,
       "bLengthChange":false,
       "sDom":"<'row'r>t<'row'<'span6'><''p>>",
+      "bAutoWidth": false,
       "aoColumns":[
         { "bSortable":false },
         { "sSortDataType":"dom-sort-value", "sType":"numeric" },
@@ -270,6 +271,7 @@ ${layout.menubar(section='coordinators', dashboard=True)}
       "iDisplayLength":PAGE_SIZE,
       "bLengthChange":false,
       "sDom":"<'row'r>t<'row'<'span6'><''p>>",
+      "bAutoWidth": false,
       "aoColumns":[
         { "sSortDataType":"dom-sort-value", "sType":"numeric" },
         null,

+ 2 - 0
apps/oozie/src/oozie/templates/dashboard/list_oozie_workflows.mako

@@ -244,6 +244,7 @@ ${ layout.menubar(section='workflows', dashboard=True) }
       "iDisplayLength":PAGE_SIZE,
       "bLengthChange":false,
       "sDom":"<'row'r>t<'row'<'span6'><''p>>",
+      "bAutoWidth": false,
       "aoColumns":[
         { "bSortable":false },
         { "sSortDataType":"dom-sort-value", "sType":"numeric" },
@@ -273,6 +274,7 @@ ${ layout.menubar(section='workflows', dashboard=True) }
       "iDisplayLength":PAGE_SIZE,
       "bLengthChange":false,
       "sDom":"<'row'r>t<'row'<'span6'><''p>>",
+      "bAutoWidth": false,
       "aoColumns":[
         { "sSortDataType":"dom-sort-value", "sType":"numeric" },
         null,