[PR #45] Feature: Add dynamic RustDesk URL action button #45

Open
opened 2026-03-02 02:12:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/tacticalrmm-web/pull/45
Author: @ultimatejedi
Created: 11/10/2025
Status: 🔄 Open

Base: developHead: develop


📝 Commits (1)

  • d914f45 Feature: Add dynamic RustDesk URL action button

📊 Changes

2 files changed (+76 additions, -29 deletions)

View changed files

📝 package-lock.json (+0 -1)
📝 src/components/agents/SummaryTab.vue (+76 -28)

📄 Description

Adds a new button to the agent summary tab that is conditionally displayed if a URL Action named 'RustDesk_Connect' exists.

The button's URL is built dynamically by:

  • Finding the URL Action 'pattern' from the Vuex store
  • Looking up the agent's 'RustDesk_ID' custom field
  • Replacing the {{agent.RustDesk_ID}} placeholder
  • Leaving the {{global.*}} placeholder intact for the backend to process

NOTE: This requires a new Agent Custom Field labelled 'RustDesk_ID'
There is also a modified version of the GetRustDeskID script that will populate the custom field.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/amidaware/tacticalrmm-web/pull/45 **Author:** [@ultimatejedi](https://github.com/ultimatejedi) **Created:** 11/10/2025 **Status:** 🔄 Open **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (1) - [`d914f45`](https://github.com/amidaware/tacticalrmm-web/commit/d914f45eda1915299e4ff63f17d14d0f620fe787) Feature: Add dynamic RustDesk URL action button ### 📊 Changes **2 files changed** (+76 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+0 -1) 📝 `src/components/agents/SummaryTab.vue` (+76 -28) </details> ### 📄 Description Adds a new button to the agent summary tab that is conditionally displayed if a URL Action named 'RustDesk_Connect' exists. The button's URL is built dynamically by: - Finding the URL Action 'pattern' from the Vuex store - Looking up the agent's 'RustDesk_ID' custom field - Replacing the {{agent.RustDesk_ID}} placeholder - Leaving the {{global.*}} placeholder intact for the backend to process NOTE: This requires a new Agent Custom Field labelled 'RustDesk_ID' There is also a modified version of the GetRustDeskID script that will populate the custom field. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm-web#45
No description provided.