fix wrong formatted output

This commit is contained in:
KOWX712
2025-02-11 20:07:49 +08:00
parent 0427153ea6
commit 4977695022
2 changed files with 18 additions and 18 deletions

View File

@@ -307,12 +307,12 @@
<div id="advanced-mode-inputs" class="advanced-mode-inputs hidden">
<div class="input-group">
<label id="security_patch-boot">Boot</label>
<input type="text" id="boot-patch" placeholder="202501">
<label id="security_patch-system">System</label>
<input type="text" id="system-patch" placeholder="202501">
</div>
<div class="input-group">
<label id="security_patch-system">System</label>
<input type="text" id="system-patch" placeholder="2025-01-01">
<label id="security_patch-boot">Boot</label>
<input type="text" id="boot-patch" placeholder="2025-01-01">
</div>
<div class="input-group">
<label id="security_patch-vendor">Vendor</label>