From 2595eb86223cd253c84da3bd8e8b265bfadb79f6 Mon Sep 17 00:00:00 2001 From: sadnub Date: Thu, 15 Apr 2021 13:40:26 -0400 Subject: [PATCH] remove certain fields from view in the patch policy form when settnigs are inherited #396 --- .../modals/agents/PatchPolicyForm.vue | 73 ++++--------------- 1 file changed, 15 insertions(+), 58 deletions(-) diff --git a/src/components/modals/agents/PatchPolicyForm.vue b/src/components/modals/agents/PatchPolicyForm.vue index 5367398..884ebdd 100644 --- a/src/components/modals/agents/PatchPolicyForm.vue +++ b/src/components/modals/agents/PatchPolicyForm.vue @@ -93,7 +93,7 @@
Day of month to run:
- +
Scheduled Time:
- - - - - - - + + + + + + +
@@ -189,20 +154,15 @@
- +
- +
- +
@@ -249,6 +205,7 @@ export default { run_time_hour: 3, run_time_frequency: "daily", run_time_days: [], + run_time_day: 1, reboot_after_install: "never", reprocess_failed_inherit: false, reprocess_failed: false,