diff --git a/src/components/AdminManager.vue b/src/components/AdminManager.vue
index 77d3844..6537fd2 100644
--- a/src/components/AdminManager.vue
+++ b/src/components/AdminManager.vue
@@ -27,14 +27,14 @@
-
-
+
+
Enable User
- {{ col.label }}
+ {{ col.label }}
diff --git a/src/components/AlertsIcon.vue b/src/components/AlertsIcon.vue
index 562f857..2fac46b 100644
--- a/src/components/AlertsIcon.vue
+++ b/src/components/AlertsIcon.vue
@@ -4,7 +4,7 @@
No New Alerts
-
+
{{ alert.client }} - {{ alert.site }} - {{ alert.hostname }}
diff --git a/src/components/CustomField.vue b/src/components/CustomField.vue
index 4354cef..3a6be8e 100644
--- a/src/components/CustomField.vue
+++ b/src/components/CustomField.vue
@@ -8,8 +8,8 @@
:label="field.name"
:type="field.type === 'text' ? 'text' : 'number'"
:hint="hintText(field)"
- :model-value="model_value"
- @update:model-value="value => $emit('update:model-value', value)"
+ :modelValue="modelValue"
+ @update:modelValue="value => $emit('update:modelValue', value)"
:rules="[...validationRules]"
reactive-rules
autogrow
@@ -20,8 +20,8 @@
ref="input"
:label="field.name"
:hint="hintText(field)"
- :model-value="model_value"
- @update:model-value="value => $emit('update:model-value', value)"
+ :modelValue="modelValue"
+ @update:modelValue="value => $emit('update:modelValue', value)"
/>
$emit('update:model-value', value)"
+ :modelValue="modelValue"
+ @update:modelValue="value => $emit('update:modelValue', value)"
:rules="[...validationRules]"
reactive-rules
>
@@ -40,8 +40,8 @@
$emit('update:model-value', value)"
+ :modelValue="modelValue"
+ @update:modelValue="value => $emit('update:modelValue', value)"
mask="YYYY-MM-DD HH:mm"
>
@@ -53,8 +53,8 @@
$emit('update:model-value', value)"
+ :modelValue="modelValue"
+ @update:modelValue="value => $emit('update:modelValue', value)"
mask="YYYY-MM-DD HH:mm"
>
@@ -69,8 +69,8 @@
$emit('update:model-value', value)"
+ :modelValue="modelValue"
+ @update:modelValue="value => $emit('update:modelValue', value)"
outlined
dense
:hint="hintText(field)"
@@ -86,7 +86,7 @@
\ No newline at end of file
diff --git a/src/components/modals/checks/WinSvcCheck.vue b/src/components/modals/checks/WinSvcCheck.vue
index 38e5760..9532ab7 100644
--- a/src/components/modals/checks/WinSvcCheck.vue
+++ b/src/components/modals/checks/WinSvcCheck.vue
@@ -189,12 +189,12 @@ export default {
this.$axios
.get("/services/defaultservices/")
.then(r => {
- this.svcData = Object.freeze(r.data);
+ this.svcData = r.data;
this.winsvccheck.svc_policy_mode = "default";
})
.catch(e => {});
} else {
- this.svcData = Object.freeze(this.agentServices);
+ this.svcData = this.agentServices;
}
},
getDisplayName() {
diff --git a/src/components/modals/clients/ClientsForm.vue b/src/components/modals/clients/ClientsForm.vue
index 8b3497e..be826d5 100644
--- a/src/components/modals/clients/ClientsForm.vue
+++ b/src/components/modals/clients/ClientsForm.vue
@@ -30,7 +30,7 @@
Custom Fields
-
+
diff --git a/src/components/modals/clients/DeleteClient.vue b/src/components/modals/clients/DeleteClient.vue
index f88e778..3a3f4e0 100644
--- a/src/components/modals/clients/DeleteClient.vue
+++ b/src/components/modals/clients/DeleteClient.vue
@@ -22,12 +22,7 @@
:rules="[val => !!val || 'Select the site that the agents should be moved to']"
>
-
+
diff --git a/src/components/modals/clients/SitesForm.vue b/src/components/modals/clients/SitesForm.vue
index bf9fb4e..52767b6 100644
--- a/src/components/modals/clients/SitesForm.vue
+++ b/src/components/modals/clients/SitesForm.vue
@@ -34,7 +34,7 @@
Custom Fields
-
+
diff --git a/src/components/modals/coresettings/EditCoreSettings.vue b/src/components/modals/coresettings/EditCoreSettings.vue
index 9ed4f0d..3caa24d 100644
--- a/src/components/modals/coresettings/EditCoreSettings.vue
+++ b/src/components/modals/coresettings/EditCoreSettings.vue
@@ -141,7 +141,6 @@
-
+
diff --git a/src/components/modals/tasks/EditAutomatedTask.vue b/src/components/modals/tasks/EditAutomatedTask.vue
index 2af0672..657544d 100644
--- a/src/components/modals/tasks/EditAutomatedTask.vue
+++ b/src/components/modals/tasks/EditAutomatedTask.vue
@@ -23,12 +23,7 @@
@input="setScriptDefaults"
>
-
+