From 1ce1f86a2cdde8d4d55d76935fda90ff7eb89736 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Wed, 6 Jan 2021 16:56:10 +0000 Subject: luci-app-advanced-reboot: rewrite rpcd in shell script + bugfixes Signed-off-by: Stan Grishin --- .../htdocs/luci-static/resources/view/system/advanced_reboot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-advanced-reboot/htdocs') diff --git a/applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js b/applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js index e2c12e6a46..794ac8565e 100644 --- a/applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js +++ b/applications/luci-app-advanced-reboot/htdocs/luci-static/resources/view/system/advanced_reboot.js @@ -157,7 +157,7 @@ return view.extend({ } res.push([ - (partition.number).toString(16).toUpperCase(), + (partition.number+0x100).toString(16).substr(-2).toUpperCase(), _(partition.state), partition.os.replace("Unknown", _("Unknown")).replace("Compressed", _("Compressed")), E('button', { -- cgit v1.2.3