mirror of
https://github.com/amidaware/tacticalrmm-web.git
synced 2026-04-26 04:25:51 +03:00
[PR #46] Real-Time Interactive Terminal #46
Labels
No labels
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm-web#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/tacticalrmm-web/pull/46
Author: @fahadkhan-fk
Created: 2/16/2026
Status: 🔄 Open
Base:
develop← Head:feature-terminal📝 Commits (10+)
bb9af02feat: add useTerminalWSConnection6b37ddefeat: add TerminalManager component208fb58feat: clean code and add messageId892a365fix: correct order of resize terminal action calls69e698ffeat: add support for choosing CMD or PowerShell terminal5a13b01style: improve XTerm scrollbar for windows78e139fMerge branch 'develop' into feature-terminal1d7619dchore: minor change241fa23feat: add default_shell setting for interactive terminal49628e4feat: add agent based default shell support📊 Changes
7 files changed (+449 additions, -2 deletions)
View changed files
📝
src/api/agents.js(+11 -0)➕
src/components/agents/remotebg/TerminalManager.vue(+250 -0)📝
src/components/modals/agents/EditAgent.vue(+51 -0)📝
src/components/modals/coresettings/EditCoreSettings.vue(+82 -0)📝
src/css/app.sass(+25 -0)📝
src/views/RemoteBackground.vue(+8 -2)📝
src/websocket/websocket.ts(+22 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.