You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ni...@apache.org on 2019/08/06 12:56:58 UTC

[kylin] 02/02: KYLIN-4108 add hit cube info in bad query list

This is an automated email from the ASF dual-hosted git repository.

nic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit ec4bfa1664d20dfbfd305c03a9b6dd4da7f4f6cc
Author: luguosheng1314 <55...@qq.com>
AuthorDate: Mon Aug 5 14:57:30 2019 +0800

    KYLIN-4108 add hit cube info in bad query list
---
 webapp/app/js/model/jobConfig.js       | 1 +
 webapp/app/partials/jobs/badQuery.html | 1 +
 2 files changed, 2 insertions(+)

diff --git a/webapp/app/js/model/jobConfig.js b/webapp/app/js/model/jobConfig.js
index 19ae882..cb07e1f 100644
--- a/webapp/app/js/model/jobConfig.js
+++ b/webapp/app/js/model/jobConfig.js
@@ -48,6 +48,7 @@ KylinApp.constant('jobConfig', {
   queryitems: [
   {attr: 'server', name: 'Server'},
   {attr: 'user', name: 'User'},
+  {attr: 'cube', name: 'Hit Cube'},
   {attr: 'sql', name: 'Sql'},
   {attr: 'adj', name: 'Description'},
   {attr: 'running_seconds', name: 'Running Seconds'},
diff --git a/webapp/app/partials/jobs/badQuery.html b/webapp/app/partials/jobs/badQuery.html
index b3e72c6..9ec420a 100644
--- a/webapp/app/partials/jobs/badQuery.html
+++ b/webapp/app/partials/jobs/badQuery.html
@@ -53,6 +53,7 @@
         {{bquery.server}}
       </td>
       <td>{{bquery.user}}</td>
+      <td>{{bquery.cube}}</td>
       <td style="max-width: 350px;word-wrap: break-word;word-break: normal;">{{bquery.sql}}</td>
       <td>
         {{bquery.adj}}