mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #14] [MERGED] Automation UI improvements and Relations View #1492
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#1492
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/pull/14
Author: @sadnub
Created: 5/18/2020
Status: ✅ Merged
Merged: 5/19/2020
Merged by: @wh1te909
Base:
develop← Head:feature-policies-alerts📝 Commits (1)
5449333Automation 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.