feat(executor-manager): 优化task任务命名

This commit is contained in:
2024-02-05 10:53:36 +08:00
parent d155779952
commit efcb841434
5 changed files with 24 additions and 59 deletions

View File

@@ -1,7 +1,7 @@
function commonInfo() {
return {
baseUrl: 'http://132.126.207.131:35690/hudi_services/service_web',
// baseUrl: '/hudi_services/service_web',
// baseUrl: 'http://132.126.207.131:35690/hudi_services/service_web',
baseUrl: '/hudi_services/service_web',
loki: {
grafanaUrl: 'http://132.126.207.125:35700',
hudi: {

View File

@@ -139,6 +139,21 @@ function taskTab() {
perPage: 10,
headerToolbar: [
"reload",
{
label: "任务管理器日志",
type: "action",
tooltip: '打开Grafana日志',
onEvent: {
click: {
actions: [
{
actionType: 'custom',
script: () => window.open(serviceLogByAppName("service-executor-manager"), '_blank'),
}
]
}
}
},
paginationCommonOptions(),
],
footerToolbar: [],