KYLIN 1875 update tooltip Signed-off-by: zhongjian <jiat...@163.com>
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/e7cc152e Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/e7cc152e Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/e7cc152e Branch: refs/heads/KYLIN-2283 Commit: e7cc152e69ce98cba7fd3be5251d334314f25828 Parents: a923047 Author: chenzhx <346839...@qq.com> Authored: Tue Dec 13 15:57:34 2016 +0800 Committer: Li Yang <liy...@apache.org> Committed: Thu Dec 15 18:57:36 2016 +0800 ---------------------------------------------------------------------- webapp/app/partials/cubeDesigner/dimensions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/e7cc152e/webapp/app/partials/cubeDesigner/dimensions.html ---------------------------------------------------------------------- diff --git a/webapp/app/partials/cubeDesigner/dimensions.html b/webapp/app/partials/cubeDesigner/dimensions.html index 8c1cdab..7fedeb6 100644 --- a/webapp/app/partials/cubeDesigner/dimensions.html +++ b/webapp/app/partials/cubeDesigner/dimensions.html @@ -57,7 +57,7 @@ </td> <!--Table Name --> <td> - <span>{{dimension.table}}</span> + <span tooltip="{{availableFactTables.indexOf(dimension.table)==-1? 'Lookup Table':'Fact Table'}}">{{dimension.table}}</span> </td> <!--Type--> <td>