[PR #14] [MERGED] Automation UI improvements and Relations View #1492

Closed
opened 2026-03-02 02:23:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/tacticalrmm/pull/14
Author: @sadnub
Created: 5/18/2020
Status: Merged
Merged: 5/19/2020
Merged by: @wh1te909

Base: developHead: feature-policies-alerts


📝 Commits (1)

  • 5449333 Automation UI Improvements and Relations View

📊 Changes

11 files changed (+287 additions, -115 deletions)

View changed files

📝 api/tacticalrmm/agents/models.py (+9 -5)
📝 api/tacticalrmm/automation/models.py (+23 -1)
📝 api/tacticalrmm/automation/urls.py (+1 -0)
📝 api/tacticalrmm/automation/views.py (+32 -10)
📝 web/src/components/automation/AutomationManager.vue (+36 -23)
📝 web/src/components/automation/PolicyChecksTab.vue (+1 -1)
📝 web/src/components/automation/PolicyOverview.vue (+10 -1)
📝 web/src/components/automation/modals/PolicyForm.vue (+63 -53)
web/src/components/automation/modals/RelationsView.vue (+97 -0)
📝 web/src/mixins/dropdown_formatter.js (+10 -19)
📝 web/src/store/automation.js (+5 -2)

📄 Description

Cleaned up the policy modal dropdowns. Added a Relations View that shows explicit and inherited objects per policy.

Also found a bug where if the agent is installed and has checked in the dashboard agent list won't load. I just added an if statement checking if the self.last_seen is None. Not sure if that is the best way, but it fixes it.


🔄 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/pull/14 **Author:** [@sadnub](https://github.com/sadnub) **Created:** 5/18/2020 **Status:** ✅ Merged **Merged:** 5/19/2020 **Merged by:** [@wh1te909](https://github.com/wh1te909) **Base:** `develop` ← **Head:** `feature-policies-alerts` --- ### 📝 Commits (1) - [`5449333`](https://github.com/amidaware/tacticalrmm/commit/54493338d7a583bf0d41c5046aba448321e57cda) Automation UI Improvements and Relations View ### 📊 Changes **11 files changed** (+287 additions, -115 deletions) <details> <summary>View changed files</summary> 📝 `api/tacticalrmm/agents/models.py` (+9 -5) 📝 `api/tacticalrmm/automation/models.py` (+23 -1) 📝 `api/tacticalrmm/automation/urls.py` (+1 -0) 📝 `api/tacticalrmm/automation/views.py` (+32 -10) 📝 `web/src/components/automation/AutomationManager.vue` (+36 -23) 📝 `web/src/components/automation/PolicyChecksTab.vue` (+1 -1) 📝 `web/src/components/automation/PolicyOverview.vue` (+10 -1) 📝 `web/src/components/automation/modals/PolicyForm.vue` (+63 -53) ➕ `web/src/components/automation/modals/RelationsView.vue` (+97 -0) 📝 `web/src/mixins/dropdown_formatter.js` (+10 -19) 📝 `web/src/store/automation.js` (+5 -2) </details> ### 📄 Description Cleaned up the policy modal dropdowns. Added a Relations View that shows explicit and inherited objects per policy. Also found a bug where if the agent is installed and has checked in the dashboard agent list won't load. I just added an if statement checking if the self.last_seen is None. Not sure if that is the best way, but it fixes it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 02:23:31 +03:00
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#1492
No description provided.