You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ch...@apache.org on 2018/01/06 08:38:00 UTC

kylin git commit: minor,remove GraphService

Repository: kylin
Updated Branches:
  refs/heads/master e44f95e63 -> f86d0678d


minor,remove  GraphService


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

Branch: refs/heads/master
Commit: f86d0678df40d204cc2a0826e5f7e87180a20128
Parents: e44f95e
Author: chenzhx <ch...@apache.org>
Authored: Sat Jan 6 16:37:49 2018 +0800
Committer: chenzhx <ch...@apache.org>
Committed: Sat Jan 6 16:37:49 2018 +0800

----------------------------------------------------------------------
 webapp/app/js/controllers/query.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/f86d0678/webapp/app/js/controllers/query.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/controllers/query.js b/webapp/app/js/controllers/query.js
index ea45d88..dea03f4 100644
--- a/webapp/app/js/controllers/query.js
+++ b/webapp/app/js/controllers/query.js
@@ -432,7 +432,7 @@ KylinApp
 
 
     })
-    .controller('QueryResultCtrl', function ($scope, storage, $base64, $q, $location, $anchorScroll, $routeParams, QueryService, GraphService, kylinConfig) {
+    .controller('QueryResultCtrl', function ($scope, storage, $base64, $q, $location, $anchorScroll, $routeParams, QueryService, kylinConfig) {
         $scope.isAdminExportAllowed = kylinConfig.isAdminExportAllowed();
         $scope.isNonAdminExportAllowed = kylinConfig.isNonAdminExportAllowed();
         $scope.buildGraphMetadata = function (query) {