KYLIN-1668
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/3f3cb39e Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/3f3cb39e Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/3f3cb39e Branch: refs/heads/KYLIN-2606 Commit: 3f3cb39e1cfa56231d9a6ede5c8becd5a0c6c6af Parents: a9b0b6e Author: luguosheng <luguosheng@luguoshengdeMacBook-Pro.local> Authored: Tue Jun 27 21:37:12 2017 +0800 Committer: chenzhx <346839...@qq.com> Committed: Tue Jun 27 21:46:30 2017 +0800 ---------------------------------------------------------------------- webapp/app/partials/cubeDesigner/advanced_settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/3f3cb39e/webapp/app/partials/cubeDesigner/advanced_settings.html ---------------------------------------------------------------------- diff --git a/webapp/app/partials/cubeDesigner/advanced_settings.html b/webapp/app/partials/cubeDesigner/advanced_settings.html index ffa7589..f0c3bcd 100755 --- a/webapp/app/partials/cubeDesigner/advanced_settings.html +++ b/webapp/app/partials/cubeDesigner/advanced_settings.html @@ -221,7 +221,7 @@ <td> <!--Column Name --> <input type="text" class="form-control" placeholder="Column Name.." ng-if="state.mode=='edit'" - ng-change="refreshRowKey(convertedRowkeys,$index,rowkey_column)" ng-disabled="instance.status=='READY'" + ng-change="refreshRowKey(convertedRowkeys,$index,rowkey_column)" ng-disabled="true" tooltip="rowkey column name.." tooltip-trigger="focus" ng-model="rowkey_column.column" class="form-control">