diff --git a/src/actions.tsx b/src/actions.tsx index dd48996..493b4c3 100644 --- a/src/actions.tsx +++ b/src/actions.tsx @@ -573,13 +573,13 @@ export const SERVER_ACTIONS: ActionInfo[] = [ }, }, { - name: "Start", + name: "Interactive", args: { }, requestType: "post", endpoint: "/servers/{server_id}/attach", permissions: Permission.RunCommand, - response_action: "Ignore" + response_action: "Terminal" }, ]