Repository: eagle Updated Branches: refs/heads/master 0d47184a6 -> 84d661e65
[EAGLE-961] table-responsive of jpm job list ref: https://issues.apache.org/jira/browse/EAGLE-961 Use scroll bar of table display in jpm job list Author: zombieJ <[email protected]> Closes #883 from zombieJ/EAGLE-961. Project: http://git-wip-us.apache.org/repos/asf/eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/eagle/commit/84d661e6 Tree: http://git-wip-us.apache.org/repos/asf/eagle/tree/84d661e6 Diff: http://git-wip-us.apache.org/repos/asf/eagle/diff/84d661e6 Branch: refs/heads/master Commit: 84d661e65e6232e62450ecbceb520e25e9d13b8a Parents: 0d47184 Author: zombieJ <[email protected]> Authored: Fri Mar 17 06:42:16 2017 +0000 Committer: r7raul1984 <[email protected]> Committed: Fri Mar 17 06:42:16 2017 +0000 ---------------------------------------------------------------------- .../src/main/webapp/app/apps/jpm/partials/job/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/eagle/blob/84d661e6/eagle-jpm/eagle-jpm-web/src/main/webapp/app/apps/jpm/partials/job/list.html ---------------------------------------------------------------------- diff --git a/eagle-jpm/eagle-jpm-web/src/main/webapp/app/apps/jpm/partials/job/list.html b/eagle-jpm/eagle-jpm-web/src/main/webapp/app/apps/jpm/partials/job/list.html index 32fe85e..191608b 100644 --- a/eagle-jpm/eagle-jpm-web/src/main/webapp/app/apps/jpm/partials/job/list.html +++ b/eagle-jpm/eagle-jpm-web/src/main/webapp/app/apps/jpm/partials/job/list.html @@ -49,7 +49,7 @@ </h3> </div> <div class="box-body"> - <div id="jobList" sort-table="jobList" is-sorting="isSorting" search-path-list="searchPathList" scope="tableScope"> + <div id="jobList" sort-table="jobList" is-sorting="isSorting" search-path-list="searchPathList" scope="tableScope" class="table-responsive"> <table class="table table-bordered"> <thead> <tr>
