瀏覽代碼

HUE-8022 [jb] Oozie workflow text filter is too small or should be hidden in mini browser

Enrico Berti 7 年之前
父節點
當前提交
fdf3cdb
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      apps/jobbrowser/src/jobbrowser/templates/job_browser.mako

+ 2 - 0
apps/jobbrowser/src/jobbrowser/templates/job_browser.mako

@@ -1756,10 +1756,12 @@ ${ commonheader("Job Browser", "jobbrowser", user, request) | n,unicode }
 <script type="text/html" id="render-properties${ SUFFIX }">
   <!-- ko hueSpinner: { spin: !$data.properties, center: true, size: 'xlarge' } --><!-- /ko -->
   <!-- ko if: $data.properties -->
+  <!-- ko if: !$root.isMini() -->
   <form class="form-search">
     <input type="text" data-bind="clearable: $parent.propertiesFilter, valueUpdate: 'afterkeydown'" class="input-xlarge search-query" placeholder="${_('Text Filter')}">
   </form>
   <br>
+  <!-- /ko -->
   <table id="jobbrowserJobPropertiesTable" class="table table-condensed">
     <thead>
     <tr>