mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[PR #2293] Site Branding #3873
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#3873
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/2293
Author: @sadnub
Created: 9/18/2025
Status: 🔄 Open
Base:
develop← Head:feat-branding📝 Commits (7)
5918992branding views968cf3fmove whitelabel to new app18a61c2add downloading and extracting tar to view356099fblacked and some cleanup61e7512fix migrationsb8bdcd6add toolbar color9ece914add light colors📊 Changes
10 files changed (+206 additions, -23 deletions)
View changed files
➕
api/tacticalrmm/core/migrations/0052_coresettings_branding.py(+18 -0)📝
api/tacticalrmm/core/models.py(+1 -0)📝
api/tacticalrmm/core/urls.py(+2 -1)📝
api/tacticalrmm/ee/reporting/management/commands/get_webtar_url.py(+3 -21)➕
api/tacticalrmm/ee/whitelabel/__init__.py(+5 -0)➕
api/tacticalrmm/ee/whitelabel/apps.py(+12 -0)➕
api/tacticalrmm/ee/whitelabel/urls.py(+11 -0)➕
api/tacticalrmm/ee/whitelabel/views.py(+78 -0)📝
api/tacticalrmm/tacticalrmm/settings.py(+1 -1)📝
api/tacticalrmm/tacticalrmm/utils.py(+75 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.