luci-mod-system: correctness fixes
authorPaul Donald <redacted>
Fri, 22 May 2026 12:24:31 +0000 (15:24 +0300)
committerPaul Donald <redacted>
Wed, 27 May 2026 12:49:46 +0000 (15:49 +0300)
Signed-off-by: Paul Donald <redacted>
modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js

index 59a97efecdb0184719df9109b4dee2792e14721c..1fbe513f1dac63ca392efce777e1c52438f9cda4 100644 (file)
@@ -12,7 +12,7 @@ const callSystemValidateFirmwareImage = rpc.declare({
        object: 'system',
        method: 'validate_firmware_image',
        params: [ 'path' ],
-       expect: { '': { valid: false, forcable: true } }
+       expect: { '': { valid: false, forceable: true } }
 });
 
 function findStorageSize(procmtd, procpart) {
git clone https://git.99rst.org/PROJECT