Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
20befd1ca2 | ||
|
|
ac6c6130f8 | ||
|
|
d776a2325c |
@@ -10,11 +10,11 @@ EXE_DIR = os.path.join(BASE_DIR, "tacticalrmm/private/exe")
|
|||||||
AUTH_USER_MODEL = "accounts.User"
|
AUTH_USER_MODEL = "accounts.User"
|
||||||
|
|
||||||
# latest release
|
# latest release
|
||||||
TRMM_VERSION = "0.1.4"
|
TRMM_VERSION = "0.1.5"
|
||||||
|
|
||||||
# bump this version everytime vue code is changed
|
# bump this version everytime vue code is changed
|
||||||
# to alert user they need to manually refresh their browser
|
# to alert user they need to manually refresh their browser
|
||||||
APP_VER = "0.0.86"
|
APP_VER = "0.0.87"
|
||||||
|
|
||||||
# https://github.com/wh1te909/salt
|
# https://github.com/wh1te909/salt
|
||||||
LATEST_SALT_VER = "1.1.0"
|
LATEST_SALT_VER = "1.1.0"
|
||||||
|
|||||||
@@ -633,6 +633,7 @@ export default {
|
|||||||
return node.color === "warning" ? "Disable Maintenance Mode" : "Enable Maintenance Mode";
|
return node.color === "warning" ? "Disable Maintenance Mode" : "Enable Maintenance Mode";
|
||||||
},
|
},
|
||||||
clearFilter() {
|
clearFilter() {
|
||||||
|
this.filterTextLength = 0;
|
||||||
this.filterPatchesPending = false;
|
this.filterPatchesPending = false;
|
||||||
this.filterRebootNeeded = false;
|
this.filterRebootNeeded = false;
|
||||||
this.filterChecksFailing = false;
|
this.filterChecksFailing = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user