mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #193] [MERGED] Some fixes #1559
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#1559
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/193
Author: @sadnub
Created: 11/29/2020
Status: ✅ Merged
Merged: 11/29/2020
Merged by: @wh1te909
Base:
develop← Head:feature-uichanges📝 Commits (5)
c28c1efAdd pending actions to agent table and filter7575253regenerate policies and tasks on site/client change on agentc168ee7bump app version and mesh versionc6e0124fix disabled prop on edit agent patch policy and agent checks tabd39bdceadd install agent to site context menu📊 Changes
12 files changed (+135 additions, -37 deletions)
View changed files
📝
api/tacticalrmm/agents/serializers.py(+5 -0)📝
api/tacticalrmm/agents/views.py(+7 -0)📝
api/tacticalrmm/core/management/commands/get_mesh_exe_url.py(+4 -5)📝
api/tacticalrmm/core/management/commands/initial_mesh_setup.py(+15 -8)📝
api/tacticalrmm/tacticalrmm/settings.py(+1 -1)📝
docker/containers/tactical-meshcentral/dockerfile(+1 -1)📝
docker/docker-compose.yml(+3 -1)📝
web/src/components/AgentTable.vue(+15 -0)📝
web/src/components/ChecksTab.vue(+2 -2)📝
web/src/components/modals/agents/InstallAgent.vue(+16 -2)📝
web/src/components/modals/agents/PatchPolicyForm.vue(+14 -17)📝
web/src/views/Dashboard.vue(+52 -0)📄 Description
-Add pending actions column to agents table: #145
-Fix the disabled prop on the patch policy form: #185
-Eval policies and tasks on agent that is moved to a different client/site: #188
-Bump mesh version in docker
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.