This is an automated email from the ASF dual-hosted git repository.
xxyu pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/kylin5 by this push:
new 7f1f747e16 KYLIN-5686 query result open ModelAggregate and
IndexDetails issue
7f1f747e16 is described below
commit 7f1f747e16042b93db7781c64f6a44206e56d438
Author: Qian Xia <[email protected]>
AuthorDate: Thu Aug 10 17:18:43 2023 +0800
KYLIN-5686 query result open ModelAggregate and IndexDetails issue
---
kystudio/src/components/query/query_result.vue | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/kystudio/src/components/query/query_result.vue
b/kystudio/src/components/query/query_result.vue
index 0ddc198e7d..b4446c8226 100644
--- a/kystudio/src/components/query/query_result.vue
+++ b/kystudio/src/components/query/query_result.vue
@@ -201,6 +201,8 @@ import { hasRole, transToGmtTime, handleError } from
'../../util/business'
import { pageRefTags, pageCount } from 'config'
import { getOptions, compareDataSize } from './handler'
import echarts from 'echarts'
+import ModelAggregate from
'../studio/StudioModel/ModelList/ModelAggregate/index.vue'
+import IndexDetails from
'../studio/StudioModel/ModelList/ModelAggregate/indexDetails'
@Component({
props: ['extraoption', 'isWorkspace', 'queryExportData', 'isStop',
'tabsItem'],
methods: {
@@ -224,6 +226,10 @@ import echarts from 'echarts'
'datasourceActions'
])
},
+ components: {
+ ModelAggregate,
+ IndexDetails
+ },
locales: {
'en': {
username: 'Username',