Compare commits

..

2 Commits

Author SHA1 Message Date
wh1te909
6278240526 Release 0.4.12 2021-02-18 07:36:31 +00:00
wh1te909
8c2dc5f57d typo 2021-02-18 07:34:28 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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