mirror of
https://github.com/amidaware/tacticalrmm-web.git
synced 2026-04-26 04:25:51 +03:00
[PR #30] patching init #29
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#29
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/30
Author: @sadnub
Created: 1/24/2025
Status: 🔄 Open
Base:
develop← Head:patch-rework📝 Commits (10+)
42a124dpatching initf020c82add Policy Assignments UI45aba53cleanup wording and variable names for patch policiesab8ed9fadded policy exclusions dialog and table column2bf046bimprove the patch policy form UIb844fb4improved patch policy exclusions forme51e907added scan/install schedule to patch policy tablead53c71PatchPolicySelector dialog: made the patches scrollable and widened the dialog box886814cadded applied patches form and added patch policy exclusions and applied patches to patch policy form in edit modea0a3727add applied to dialog for patch policy table📊 Changes
45 files changed (+7023 additions, -1310 deletions)
View changed files
📝
package-lock.json(+815 -1262)📝
src/components/FileBar.vue(+7 -0)📝
src/components/agents/AgentActionMenu.vue(+7 -8)📝
src/components/ui/TacticalTable.vue(+238 -10)➕
src/core/agents/api.ts(+69 -0)➕
src/core/agents/composables.ts(+50 -0)➕
src/core/agents/types.ts(+46 -0)➕
src/core/alerts/api.ts(+91 -0)➕
src/core/alerts/composables.ts(+24 -0)➕
src/core/alerts/types.ts(+60 -0)➕
src/core/automation/api.ts(+91 -0)➕
src/core/automation/composables.ts(+24 -0)➕
src/core/automation/types.ts(+12 -0)➕
src/core/clients/api.ts(+169 -0)➕
src/core/clients/composables.ts(+59 -0)➕
src/core/clients/types.ts(+30 -0)➕
src/core/dashboard/api.ts(+121 -0)➕
src/core/dashboard/components/PolicyAssignments.vue(+224 -0)➕
src/core/dashboard/composables.ts(+20 -0)➕
src/core/dashboard/types.ts(+70 -0)...and 25 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.