Skip to content

Commit 8b5731a

Browse files
feat: 修改按钮方法
1 parent da03743 commit 8b5731a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/dashboard/src/components/detail/detail-containers.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export default {
121121
label: this.$t("commons.button.terminal"),
122122
icon: "iconfont iconline-terminalzhongduan",
123123
click: (row) => {
124-
this.openTerminalLogs(row)
124+
this.openTerminal(row)
125125
},
126126
disabled: () => {
127127
return !checkPermissions({ scope: "namespace", apiGroup: "", resource: "pods/exec", verb: "*" })

0 commit comments

Comments
 (0)