You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2017/04/27 19:16:15 UTC

[08/14] ambari git commit: AMBARI-20703.Bulk action is not functional in workflow dashboard(Venkata Sairam)

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 <ve...@gmail.com>
Authored: Thu Apr 27 17:51:40 2017 +0530
Committer: Venkata Sairam <ve...@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>