mirror of
https://github.com/amidaware/tacticalrmm-web.git
synced 2026-04-26 12:35:53 +03:00
[PR #1] [MERGED] Reporting Frontend Changes #3
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#3
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/1
Author: @sadnub
Created: 7/28/2022
Status: ✅ Merged
Merged: 10/25/2023
Merged by: @wh1te909
Base:
develop← Head:feat-reporting📝 Commits (10+)
ee30314reporting wip4d409earesolve query editor schema over httpf87f497fix urle0c37fafill out code functions for html template and report template01a13f3fix icon namef7e6ebcdata source select in template editorcb301d3minor fixes00df929fix report assets and add allow selecting in the template formcdbbdddLoad reports manager as an integration93217b4more improvements📊 Changes
46 files changed (+7726 additions, -1657 deletions)
View changed files
📝
.vscode/settings.json(+2 -3)📝
package-lock.json(+1437 -1133)📝
package.json(+11 -7)📝
quasar.config.js(+1 -1)📝
src/boot/axios.js(+15 -0)➕
src/boot/integrations.ts(+10 -0)➕
src/boot/monaco.ts(+23 -0)📝
src/components/FileBar.vue(+51 -0)➕
src/components/FileBrowser.vue(+287 -0)📝
src/components/accounts/RolesForm.vue(+19 -1)📝
src/components/agents/AgentActionMenu.vue(+22 -0)📝
src/components/agents/ChecksTab.vue(+0 -1)📝
src/components/scripts/ScriptFormModal.vue(+330 -349)📝
src/components/scripts/ScriptSnippetFormModal.vue(+149 -161)➕
src/components/ui/IntegrationsContextMenu.vue(+33 -0)➕
src/composables/filebrowser.ts(+58 -0)➕
src/ee/LICENSE.md(+30 -0)➕
src/ee/reporting/api/reporting.ts(+626 -0)➕
src/ee/reporting/components/AssetFileUpload.vue(+93 -0)➕
src/ee/reporting/components/DataQuerySelect.vue(+96 -0)...and 26 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.