Stephan de Wit
Stephan de Wit
Works without issue on my end  Based on the screenshot (memory usage should show secondary text as well) you're likely behind the master branch, in which case the patch...
@opnsenseuser Just pull the latest core repository and `make upgrade`, I assume you're not editing anything there. The dashboard is still under development, so things will change in the meantime...
https://github.com/opnsense/core/commit/9b55214aaa16ac8c76c389408438be9e4cfbab11 should do it. Appreciate the work on the theme :)
what element class/id is the hover effect? Seems to be something internal to gridstack
Cannot reproduce this, I think it's best if I take a look as soon as I'm able to check out an initial version of your changes
I think we do want this at some point since it does serve other use cases well, but it does have lower priority for the moment.
The philosophy here is that widgets are sized according to their content, if the content is responsive, a resize will trigger the content to resize. Any leftover whitespace after a...
@Monviech https://github.com/opnsense/core/commit/4bd6ad3cdec0ad2eb2dc4896c85bd9844f9e4f8e should make this better without introducing a new toggle for it.
160ms is a huge amount of latency. The reality is that the i2c bus itself has to be shared among all ports, so multiply this amount by the amount of...
Hi @bensmithurst Thanks for looking into this issue. Since the whole ipfw implementation has shifted a bit, a similar issue has popped up as a result of making ipfw optional...