Skip to content

v2026.03.19.3

Choose a tag to compare

@brdweb brdweb released this 19 Mar 13:35

Summary

  • rewrite dashboard tile as a single PHP heredoc block matching Unraid's official custom tile example
  • previous versions failed because Dynamix does not include Dashboard .page files as PHP — content after the separator is inserted into the page template, so PHP must be in embedded blocks
  • all jQuery $ signs properly escaped for heredoc interpolation
  • tile registers through $mytiles for proper widget box placement