Repository: kylin
Updated Branches:
  refs/heads/2.1.x 50a822f0b -> eb468a3bb


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/eb468a3b
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/eb468a3b
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/eb468a3b

Branch: refs/heads/2.1.x
Commit: eb468a3bb62abbfd33baba964d055d376ece4a44
Parents: 50a822f
Author: chenzhx <346839...@qq.com>
Authored: Fri Sep 9 16:26:51 2016 +0800
Committer: chenzhx <346839...@qq.com>
Committed: Wed Jul 19 17:52:40 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/eb468a3b/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>

Reply via email to