minor,UI use select box input model name when edit cube disable box when edit


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/4f366bed
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/4f366bed
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/4f366bed

Branch: refs/heads/KYLIN-1122
Commit: 4f366bedd5f1509f5f302882cbc6701a1ef6a532
Parents: e90af49
Author: jian <zhongj...@apache.org>
Authored: Wed Jan 13 21:20:41 2016 +0800
Committer: Xiaoyu Wang <wangxia...@apache.org>
Committed: Mon Jan 18 13:38:30 2016 +0800

----------------------------------------------------------------------
 webapp/app/partials/cubeDesigner/info.html | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/4f366bed/webapp/app/partials/cubeDesigner/info.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/cubeDesigner/info.html 
b/webapp/app/partials/cubeDesigner/info.html
index 14e319f..a2b2996 100644
--- a/webapp/app/partials/cubeDesigner/info.html
+++ b/webapp/app/partials/cubeDesigner/info.html
@@ -30,6 +30,7 @@
                             ng-options="model for model in 
modelsManager.modelNameList"
                             style="width:100%;"
                             name="model_name"
+                            ng-disabled="{{isEdit}}"
                             ng-required="true"
                             data-placeholder="select a model"
                             class="chosen-select">

Reply via email to