KYLIN-1895 Cube Name displays the name of CubeDesc on UI
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/926a17ae Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/926a17ae Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/926a17ae Branch: refs/heads/KYLIN-2606 Commit: 926a17ae3a4646eeda0cb19abcbb7fe182b174e4 Parents: b0cc68b Author: chenzhx <346839...@qq.com> Authored: Fri Sep 9 16:26:51 2016 +0800 Committer: chenzhx <346839...@qq.com> Committed: Wed Jul 5 14:14:24 2017 +0800 ---------------------------------------------------------------------- webapp/app/partials/cubeDesigner/info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/926a17ae/webapp/app/partials/cubeDesigner/info.html ---------------------------------------------------------------------- diff --git a/webapp/app/partials/cubeDesigner/info.html b/webapp/app/partials/cubeDesigner/info.html index b1e4d48..35e6f86 100644 --- a/webapp/app/partials/cubeDesigner/info.html +++ b/webapp/app/partials/cubeDesigner/info.html @@ -49,7 +49,7 @@ </div> <!--Cube Name--> - <div class="form-group middle-popover" ng-class="{'required':state.mode=='edit'}"> + <div class="form-group middle-popover required" ng-if="state.mode=='edit'"> <div class="row"> <label class="col-xs-12 col-sm-3 control-label no-padding-right font-color-default"> <b>Cube Name</b> <i class="fa fa-info-circle" kylinpopover placement="right" title="Cube Name" template="cubeNameTip.html"></i>