Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - vlannister

#1
OPNsense 25.1.1 mostly fixed it.
Just on hover the tooltip is slightly cut off, because it doesn't fit in the container:


edit: bug still present in 25.1.2
#2
Regular view: On hover:

Data in the /api/diagnostics/system/systemTemperature feed looks ok:
[
    {
        "device": "hw.acpi.thermal.tz0.temperature",
        "device_seq": "0",
        "temperature": "48.1",
        "type_translated": "Zone",
        "type": "zone"
    }
]

Tested in latest Chrome and Firefox
#3
Ah, so creating my own xml in /usr/local/opnsense/www/js/widgets/Metadata/ is the way.

Thanks!
#4
I got a custom widget working by placing my .js file in
/usr/local/opnsense/www/js/widgets/
And adding an entry to /usr/local/opnsense/www/js/widgets/Metadata/Core.xml

However a minor OPNsense update reverted my Core.xml changes. Is there a method that persists through updates?