From e939f11a7277bcdcb21271dcefeb4a92318352ff Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Sun, 6 Apr 2025 23:14:19 +0800 Subject: [PATCH] feat: add 'all' field support on get security patch date --- module/webui/scripts/security_patch.js | 1 + 1 file changed, 1 insertion(+) diff --git a/module/webui/scripts/security_patch.js b/module/webui/scripts/security_patch.js index a2a9431..bbbb2bb 100644 --- a/module/webui/scripts/security_patch.js +++ b/module/webui/scripts/security_patch.js @@ -322,6 +322,7 @@ export function securityPatch() { showPrompt('security_patch.fetched', true, 1000); checkAdvanced(true); + allPatchInput.value = output.replace(/-/g, ''); systemPatchInput.value = 'prop'; bootPatchInput.value = output; vendorPatchInput.value = output;