Преглед изворни кода

[oozie] Hide overflow of the wf, coord and bundle description

Enrico Berti пре 10 година
родитељ
комит
4259cc8

+ 1 - 1
apps/oozie/src/oozie/templates/editor2/bundle_editor.mako

@@ -78,7 +78,7 @@ ${ commonheader(_("Bundle Editor"), "Oozie", user) | n,unicode }
     </a>
   </div>
 
-  <form class="form-search">
+  <form class="form-search" style="max-height: 26px; overflow-y: auto;">
     <div class="inline object-name">
       <span data-bind="editable: $root.bundle.name, editableOptions: {enabled: $root.isEditing(), placement: 'right'}"></span>
     </div>

+ 1 - 1
apps/oozie/src/oozie/templates/editor2/coordinator_editor.mako

@@ -83,7 +83,7 @@ ${ commonheader(_("Coordinator Editor"), "Oozie", user) | n,unicode }
 
   </div>
 
-  <form class="form-search">
+  <form class="form-search" style="max-height: 26px; overflow-y: auto;">
     <div class="inline object-name">
       <span data-bind="editable: $root.coordinator.name, editableOptions: {enabled: $root.isEditing(), placement: 'right'}"></span>
     </div>

+ 1 - 1
apps/oozie/src/oozie/templates/editor2/workflow_editor.mako

@@ -209,7 +209,7 @@ ${ commonheader(_("Workflow Editor"), "Oozie", user, "40px") | n,unicode }
   </div>
 
 
-  <form class="form-search">
+  <form class="form-search" style="max-height: 26px; overflow-y: auto;">
     <div class="inline object-name">
       <span data-bind="editable: $root.workflow.name, editableOptions: {enabled: $root.isEditing(), placement: 'right'}"></span>
     </div>