feature(web): 移除 web 页面到本地路径

This commit is contained in:
2023-05-31 17:19:55 +08:00
parent 6e4cb4a9f3
commit 08f2b43ee6
112 changed files with 0 additions and 0 deletions

29
web/components/log-tab.js Normal file
View File

@@ -0,0 +1,29 @@
function logTab() {
return {
title: '运行中',
tab: [
{
type: 'service',
api: {
method: 'GET',
url: '${base}/log/query_compaction_log',
data: {
flink_job_id: '1646351885991305217',
alias: 'dz_mb_sys_login_log',
}
},
body: [
{
disabled: true,
type: 'editor',
name: 'detail',
label: '压缩日志',
options: {
wordWrap: 'on',
}
}
]
},
],
}
}