Browse Source

AMBARI-20703.Bulk action is not functional in workflow dashboard(Venkata Sairam)

Venkata Sairam 8 năm trước cách đây
mục cha
commit
5dc3ba08bd

+ 2 - 2
contrib/views/wfmanager/src/main/resources/ui/app/templates/components/job-row.hbs

@@ -15,7 +15,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 }}
-<td class="no-sort first-col">
+<!--td class="no-sort first-col">
   <input id="{{job.id}}" name="{{job.appName}}"  data-status ="{{job.status}}" class="cbox" type="checkbox" value="" {{action 'rowSelected' job.status on="change"}}>
   {{#if job.parentId}}
      {{#link-to 'design.jobtab' (query-params id=targetParentId jobType="coords")}}
@@ -25,7 +25,7 @@
      <a class="padding15pcnt" href="javascript:void(0);"></a>
   {{/if}}
 
-</td>
+</td-->
 <td {{action 'showJobDetails' job.id}} class="pointer action-link"> {{job.appName}}
 </td>
 <td class="{{job.status}}"> {{job.status}} </td>

+ 1 - 1
contrib/views/wfmanager/src/main/resources/ui/app/templates/components/search-table.hbs

@@ -28,7 +28,7 @@
 <table id="search-table" class="table search-table listing table-striped table-hover table-bordered" cellspacing="0" width="100%">
   <thead>
     <tr>
-      <th></th>
+      <!--th></th-->
       <th>Name</th>
       <th>Status</th>
       <th>User</th>