Version 1.26.0 of the flowfuse dashboard introduced the ability to order widgets in a subflow, but I can't get it to work. The attached flow includes a subflow with a gauge node, with order 0, and a text node with order 1, but it always shows the text node first.
Am I doing something wrong?
[{"id":"ea51a6e5e60fbfbf","type":"subflow","name":"D2 subflow test","info":"","category":"","in":[{"x":50,"y":248.1818084716797,"wires":[{"id":"fe8fd7d50933da05"},{"id":"f4e17772f089c98d"}]}],"out":[],"env":[{"name":"Group","type":"ui-group","value":"","ui":{"type":"conf-types"}}],"meta":{},"color":"#DDAA99"},{"id":"fe8fd7d50933da05","type":"ui-text","z":"ea51a6e5e60fbfbf","group":"${Group}","order":"1","width":"4","height":"1","name":"Subflow Text","label":"Subflow Text","format":"{{msg.payload}}","layout":"row-spread","style":false,"font":"","fontSize":16,"color":"#717171","wrapText":false,"className":"","x":440,"y":340,"wires":[]},{"id":"f4e17772f089c98d","type":"ui-gauge","z":"ea51a6e5e60fbfbf","name":"Subflow Gauge","group":"${Group}","order":0,"value":"payload","valueType":"msg","width":3,"height":3,"gtype":"gauge-half","gstyle":"needle","title":"Subflow Gauge","units":"units","icon":"","prefix":"","suffix":"","segments":[{"from":"0","color":"#5cd65c"},{"from":"4","color":"#ffc800"},{"from":"7","color":"#ea5353"}],"min":0,"max":10,"sizeThickness":16,"sizeGap":4,"sizeKeyThickness":8,"styleRounded":true,"styleGlow":false,"className":"","x":460,"y":260,"wires":[[]]},{"id":"6c568ba45753f5d3","type":"inject","z":"997da33a0beedade","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"5","payloadType":"num","x":100,"y":40,"wires":[["bb75ba2bc34560d9","a40e893fdd63e980"]]},{"id":"bb75ba2bc34560d9","type":"subflow:ea51a6e5e60fbfbf","z":"997da33a0beedade","name":"D2 subflow test 1","env":[{"name":"Group","value":"4f87bd59a15b847e","type":"conf-type"},{"key":"DB2_SF_ORDER","value":2,"type":"str"}],"x":310,"y":40,"wires":[]},{"id":"ec5cf7c555d51b2b","type":"global-config","env":[],"modules":{"@flowfuse/node-red-dashboard":"1.26.0"}}]