diff --git a/frontend/src/components/node-select/index.vue b/frontend/src/components/node-select/index.vue
index eef73e52f9e5..da37b4d75faf 100644
--- a/frontend/src/components/node-select/index.vue
+++ b/frontend/src/components/node-select/index.vue
@@ -5,6 +5,7 @@
class="p-w-200"
:placeholder="$t('setting.selectNode')"
>
+ {{ $t('xpack.node.node') }}
{
};
const openTaskLog = (row: Log.Task) => {
- taskLogRef.value.openWithTaskID(row.id, row.status == 'Executing');
+ taskLogRef.value.openWithTaskID(row.id, row.status == 'Executing', targeNode.value);
};
const acceptParams = () => {