Stephan de Wit
Stephan de Wit
@Monviech https://github.com/opnsense/core/commit/0bb13de0feca6e7468813011d2177c18d65792c8 should fix it.
@Monviech I saw this during testing as well, seems to be an upstream GridStack issue. A reload of the page will always lead to consistent widths/heights though (I do believe...
The situation should be somewhat better with https://github.com/opnsense/core/commit/8a5789840c6a22e784ca5d443daab3f064fbc7e9. The only remaining issue I see is that reloading a page which is smaller than the original persisted one will not snap...
https://github.com/opnsense/core/pull/7529/commits/f74eaee2637a0933c4a738a0b10cdd2698a4a8f0 matches ACLs from a user perspective based on what is logically allowed given the current ACL configuration: The following widgets are allowed based on existing ACLs: - Announcements: `api/core/dashboard/product_info_feed`....
Small nitpick, but looks good!
Oh, one more thing: in the ticket you said > The help should guide the user to make this value higher than the client expired response timeout and warn that...
@dinguz I'll finish up the PR today, it'll probably be included in a near minor release
Hey there :) I've committed https://github.com/opnsense/core/commit/e4635872fc6e306a010f6d9112935f42ec6489d5 as a possible strategy. You can then do the following in the CSS file: ``` :root { --chart-js-background-color: #f7e2d6; --chart-js-border-color: #d94f00; --chart-js-font-color: #d94f00; }...
@opnsenseuser Should work with https://github.com/opnsense/core/commit/b74baecf135c45ebdecfeac3bcdb6f42a114763c. This will adapt to the chart font color, if you'd like it to be configurable separately let me know.
@opnsenseuser The text in those gauge widgets should adapt to the same `--chart-js-font-color` value globally.