From a7f86524b429ed925269a4b0312937ad1bf1672e Mon Sep 17 00:00:00 2001 From: Martinski <119833648+Martinski4GitHub@users.noreply.github.com> Date: Sun, 26 Jan 2025 02:35:07 -0800 Subject: [PATCH 1/5] WebGUI Cron Schedule Input Implemented the "Schedule for F/W Update Checks" user input on the WebGUI page. Currently, the design is meant be simple and intuitive to allow users to set up the most common cron schedules with standard parameters that should satisfy the requirements of the vast majority of users (~95% perhaps?) If a user wants to have more complex ccron schedule (e.g. with a specific list of days of month) then the recommendation would be to use the CLI SSH menu option. In such cases, when the WebGUI page cannot display some cron schedule parameters, some of the page elements would be either shown as empty or grayed out to indicate that those parameters are not represented on the WebGUI. --- MerlinAU.asp | 890 ++++++++++++++++++++++++++++++++++++++++++++------- MerlinAU.sh | 13 +- 2 files changed, 775 insertions(+), 128 deletions(-) diff --git a/MerlinAU.asp b/MerlinAU.asp index edf1d495..33c7a8e1 100644 --- a/MerlinAU.asp +++ b/MerlinAU.asp @@ -1,5 +1,4 @@ - +
@@ -13,7 +12,8 @@