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


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e2f7301c
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e2f7301c
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e2f7301c

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: e2f7301c611ac190de524a504590d3cd811b0480
Parents: 101942d
Author: Venkata Sairam <venkatasairam.la...@gmail.com>
Authored: Thu Apr 27 17:51:40 2017 +0530
Committer: Venkata Sairam <venkatasairam.la...@gmail.com>
Committed: Thu Apr 27 17:51:40 2017 +0530

----------------------------------------------------------------------
 .../src/main/resources/ui/app/templates/components/job-row.hbs   | 4 ++--
 .../main/resources/ui/app/templates/components/search-table.hbs  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e2f7301c/contrib/views/wfmanager/src/main/resources/ui/app/templates/components/job-row.hbs
----------------------------------------------------------------------
diff --git 
a/contrib/views/wfmanager/src/main/resources/ui/app/templates/components/job-row.hbs
 
b/contrib/views/wfmanager/src/main/resources/ui/app/templates/components/job-row.hbs
index 4c18d5d..8ce4886 100644
--- 
a/contrib/views/wfmanager/src/main/resources/ui/app/templates/components/job-row.hbs
+++ 
b/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>

http://git-wip-us.apache.org/repos/asf/ambari/blob/e2f7301c/contrib/views/wfmanager/src/main/resources/ui/app/templates/components/search-table.hbs
----------------------------------------------------------------------
diff --git 
a/contrib/views/wfmanager/src/main/resources/ui/app/templates/components/search-table.hbs
 
b/contrib/views/wfmanager/src/main/resources/ui/app/templates/components/search-table.hbs
index 7b5a625..86ab5a5 100644
--- 
a/contrib/views/wfmanager/src/main/resources/ui/app/templates/components/search-table.hbs
+++ 
b/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>

Reply via email to