Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6278240526 | ||
|
|
8c2dc5f57d |
@@ -553,7 +553,7 @@ class Agent(BaseAuditModel):
|
||||
continue
|
||||
|
||||
# check if template is excluding desktops
|
||||
if self.monitoring_type == "workstation" and template.exclude_desktops:
|
||||
if self.monitoring_type == "workstation" and template.exclude_workstations:
|
||||
continue
|
||||
|
||||
# check if template is excluding servers
|
||||
|
||||
@@ -15,7 +15,7 @@ EXE_DIR = os.path.join(BASE_DIR, "tacticalrmm/private/exe")
|
||||
AUTH_USER_MODEL = "accounts.User"
|
||||
|
||||
# latest release
|
||||
TRMM_VERSION = "0.4.11"
|
||||
TRMM_VERSION = "0.4.12"
|
||||
|
||||
# bump this version everytime vue code is changed
|
||||
# to alert user they need to manually refresh their browser
|
||||
|
||||
Reference in New Issue
Block a user