Repository: kylin Updated Branches: refs/heads/master 80b7edf41 -> b5a02430b
KYLIN-3101: The "search" icon will separate from the "Filter" textbox when click the "showSteps" button of a job in the jobList Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/b5a02430 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/b5a02430 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/b5a02430 Branch: refs/heads/master Commit: b5a02430b5e0fb9a5e9651c4482d170769de9158 Parents: 80b7edf Author: peng.jianhua <[email protected]> Authored: Tue Dec 12 17:22:50 2017 +0800 Committer: chenzhx <[email protected]> Committed: Thu Dec 14 11:35:49 2017 +0800 ---------------------------------------------------------------------- webapp/app/partials/jobs/jobList.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/b5a02430/webapp/app/partials/jobs/jobList.html ---------------------------------------------------------------------- diff --git a/webapp/app/partials/jobs/jobList.html b/webapp/app/partials/jobs/jobList.html index 0e45522..034bdbe 100644 --- a/webapp/app/partials/jobs/jobList.html +++ b/webapp/app/partials/jobs/jobList.html @@ -27,10 +27,12 @@ <!--Cube Name: --> <div class="col-xs-3"> <form class="" ng-submit="jobList.removeAll();reload()" style="display: inline" > - <span class="input-icon input-icon-right nav-search" style="font-size:14px;"><b>Cube Name:</b> + <span><b>Cube Name:</b> + <span class="input-icon input-icon-right nav-search" style="font-size:14px;"> <input type="text" placeholder="Filter ..." class="nav-search-input" ng-model="cubeName" /> <i class="ace-icon fa fa-search blue" ng-click="jobList.removeAll();reload()"></i> </span> + </span> </form> </div>
