feat(executor-manager): 优化task任务命名
This commit is contained in:
@@ -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