Repository: kylin
Updated Branches:
  refs/heads/2.x-staging 45ec2c6c6 -> daf30a67f


minor, UI remove streaming table prefix


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

Branch: refs/heads/2.x-staging
Commit: daf30a67f5781fc05284411516727a8937b538c6
Parents: 45ec2c6
Author: janzhongi <jiazh...@ebay.com>
Authored: Fri Feb 19 19:01:00 2016 +0800
Committer: janzhongi <jiazh...@ebay.com>
Committed: Fri Feb 19 19:01:00 2016 +0800

----------------------------------------------------------------------
 webapp/app/js/controllers/sourceMeta.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/daf30a67/webapp/app/js/controllers/sourceMeta.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/controllers/sourceMeta.js 
b/webapp/app/js/controllers/sourceMeta.js
index 6620060..8d9421f 100755
--- a/webapp/app/js/controllers/sourceMeta.js
+++ b/webapp/app/js/controllers/sourceMeta.js
@@ -176,7 +176,6 @@ KylinApp
     };
 
     var StreamingSourceCtrl = function ($scope, $location, $modalInstance, 
tableNames, MessageService, projectName, scope, tableConfig,cubeConfig) {
-      $scope.streamingPrefix = "STREAMING_";
       $scope.projectName = projectName;
       $scope.tableConfig = tableConfig;
       $scope.cubeConfig = cubeConfig;
@@ -303,7 +302,7 @@ KylinApp
 
 
         $scope.tableData = {
-          "name": $scope.streamingPrefix+$scope.table.name,
+          "name": $scope.table.name,
           "columns": columns,
           'database':'Default'
         }

Reply via email to