You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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