#9033·luci

luci-app-wifihistory: Button to clear history is disabled

Author: josinaldobarbosaCreated Sep 15, 2026Updated Sep 15, 2026

Is there an existing issue for this?

  • I have searched among all existing issues (including closed issues)

screenshots or captures

Image

Actual behaviour

The button to clear the history is disabled. <button class="btn cbi-button-negative" disabled="false">Clear History</button>

Expected behaviour

I remove disabled="false" from the page source, it works as expected; analyzing the repository code, I noticed there is a check (but I am not familiar with how it works)

Steps to reproduce

go to: status/wifihistory

Additional Information

bash
{
	"kernel": "6.12.94",
	"hostname": "OpenWrt",
	"system": "ARMv8 Processor rev 4",
	"model": "Acer Predator Connect W6x (Stock Layout)",
	"board_name": "acer,predator-w6x-stock",
	"rootfs_type": "squashfs",
	"release": {
		"distribution": "OpenWrt",
		"version": "25.12.5",
		"firmware_url": "https://downloads.openwrt.org/",
		"revision": "r33051-f5dae5ece4",
		"target": "mediatek/filogic",
		"description": "OpenWrt 25.12.5 r33051-f5dae5ece4",
		"builddate": "1782737960"
	}
}

What browsers do you see the problem on?

Chrome

Relevant log output

bash