feat(executor-manager): 优化task任务命名
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user