You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/03/14 01:01:43 UTC

[30/50] incubator-kylin git commit: fix KYLIN-516

fix KYLIN-516


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

Branch: refs/heads/streaming
Commit: 8dcc9a63ec1953e22fc7937513fd42b2e90cb2a1
Parents: 4905a59
Author: jiazhong <ji...@ebay.com>
Authored: Mon Mar 9 23:04:28 2015 +0800
Committer: jiazhong <ji...@ebay.com>
Committed: Mon Mar 9 23:04:28 2015 +0800

----------------------------------------------------------------------
 webapp/app/partials/cubes/cube_schema.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/8dcc9a63/webapp/app/partials/cubes/cube_schema.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/cubes/cube_schema.html b/webapp/app/partials/cubes/cube_schema.html
index b9359f0..ab9564a 100644
--- a/webapp/app/partials/cubes/cube_schema.html
+++ b/webapp/app/partials/cubes/cube_schema.html
@@ -47,7 +47,7 @@
                         </div>
                     </div>
                     <div class="col-xs-4">
-                        <button class="btn btn-prev" ng-click="preView()" ng-show="curStep.title!='Cube Info'" ng-disabled="design_form.$invalid">
+                        <button class="btn btn-prev" ng-click="preView()" ng-show="curStep.title!='Cube Info'">
                             <i class="ace-icon fa fa-arrow-left"></i>
                             Prev
                         </button>