Hi,
I am getting crazy with an ui-template. It seems trivial, but either the group doesn't grow with the entry list or it is not shown at all...
Sure I'm wrong, but I can't get out of this.
[{"id":"4117ffc1.b817","type":"ui_template","z":"fd95058a.48e3e8","group":"e473f267eadc0fbb","name":"","order":0,"width":0,"height":0,"format":"<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css\">\n\n<style>\n\n .device {\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: space-between;\n align-items: center;\n height: 100%;\n width: 49%;\n position: relative;\n overflow: hidden;\n }\n \n div.device>span.name {\n text-align: left;\n margin-left: 6px;\n margin-right: 6px;\n overflow-wrap: break-word;\n overflow: hidden;\n text-overflow: ellipsis;\n flex-grow: 1;\n }\n\n div.device .led {\n min-height: 14px;\n min-width: 14px;\n height: 14px;\n width: 14px;\n max-height: 14px;\n max-width: 14px;\n text-align: center;\n margin: 11px;\n border-radius: 50%;\n display: inline;\n }\n</style>\n\n<div class=\"device\" ng-repeat=\"(k,v) in msg.payload\">\n <span class=\"name\">{{v.name}}</span>\n <div class=\"led\">\n <span><i class=\"fa fa-solid fa-circle\" style=\"color:{{v.status}}\" ></i></span>\n </div>\n</div>\n\n","storeOutMessages":true,"fwdInMessages":true,"resendOnRefresh":false,"templateScope":"local","className":"","x":460,"y":1720,"wires":[[]]},{"id":"e473f267eadc0fbb","type":"ui_group","name":"Online Devices","tab":"5b337e3b.68826","order":4,"disp":true,"width":"6","collapse":false,"className":""},{"id":"5b337e3b.68826","type":"ui_tab","name":"Services","icon":"home","order":3,"disabled":false,"hidden":false}]