Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A5362200B7C for ; Thu, 8 Sep 2016 11:52:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A3CA8160ABD; Thu, 8 Sep 2016 09:52:58 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EA074160AA5 for ; Thu, 8 Sep 2016 11:52:57 +0200 (CEST) Received: (qmail 86609 invoked by uid 500); 8 Sep 2016 09:52:57 -0000 Mailing-List: contact commits-help@kylin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kylin.apache.org Delivered-To: mailing list commits@kylin.apache.org Received: (qmail 86598 invoked by uid 99); 8 Sep 2016 09:52:57 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2016 09:52:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 13241DFE61; Thu, 8 Sep 2016 09:52:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: zhongjian@apache.org To: commits@kylin.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: kylin git commit: KYLIN 1997 add pivot feature back in query result page Date: Thu, 8 Sep 2016 09:52:57 +0000 (UTC) archived-at: Thu, 08 Sep 2016 09:52:58 -0000 Repository: kylin Updated Branches: refs/heads/1.5.4-rc1 a3d2aec8e -> 81cc8ee7a KYLIN 1997 add pivot feature back in query result page Signed-off-by: Jason Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/81cc8ee7 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/81cc8ee7 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/81cc8ee7 Branch: refs/heads/1.5.4-rc1 Commit: 81cc8ee7aa6ee08bc99231e800e05d26c8fb5a09 Parents: a3d2aec Author: chenzhx <346839943@qq.com> Authored: Thu Sep 8 16:21:32 2016 +0800 Committer: Jason Committed: Thu Sep 8 17:52:19 2016 +0800 ---------------------------------------------------------------------- webapp/app/js/app.js | 2 +- webapp/app/partials/query/query_detail.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/81cc8ee7/webapp/app/js/app.js ---------------------------------------------------------------------- diff --git a/webapp/app/js/app.js b/webapp/app/js/app.js index 3708037..629617e 100644 --- a/webapp/app/js/app.js +++ b/webapp/app/js/app.js @@ -17,4 +17,4 @@ */ //Kylin Application Module -KylinApp = angular.module('kylin', ['ngRoute', 'ngResource', 'ngGrid', 'ui.grid', 'ui.grid.resizeColumns', 'ui.bootstrap', 'ui.ace', 'base64', 'angularLocalStorage', 'localytics.directives', 'treeControl', 'nvd3ChartDirectives', 'ngLoadingRequest', 'oitozero.ngSweetAlert', 'ngCookies', 'angular-underscore', 'ngAnimate', 'ui.sortable', 'angularBootstrapNavTree', 'toggle-switch', 'ngSanitize', 'ui.select', 'ui.bootstrap.datetimepicker']); +KylinApp = angular.module('kylin', ['ngRoute', 'ngResource', 'ngGrid', 'ui.grid', 'ui.grid.resizeColumns', 'ui.grid.grouping', 'ui.bootstrap', 'ui.ace', 'base64', 'angularLocalStorage', 'localytics.directives', 'treeControl', 'nvd3ChartDirectives', 'ngLoadingRequest', 'oitozero.ngSweetAlert', 'ngCookies', 'angular-underscore', 'ngAnimate', 'ui.sortable', 'angularBootstrapNavTree', 'toggle-switch', 'ngSanitize', 'ui.select', 'ui.bootstrap.datetimepicker']); http://git-wip-us.apache.org/repos/asf/kylin/blob/81cc8ee7/webapp/app/partials/query/query_detail.html ---------------------------------------------------------------------- diff --git a/webapp/app/partials/query/query_detail.html b/webapp/app/partials/query/query_detail.html index 72da6b7..8e1286c 100644 --- a/webapp/app/partials/query/query_detail.html +++ b/webapp/app/partials/query/query_detail.html @@ -96,7 +96,7 @@
-