Dashboard group name change

I want to change the name of the dashboard group.
However, the group is not being identified. There are several groups and I want to change them to a choice. I beg you.

1tab = 1~10 group,

type or paste code here
```<script>
(
    function($scope) 
    {
        $scope.$watch('msg.payload', function() 
        {
            if ($scope.msg.payload)
            {
                var get_id = $('.nr-dashboard-cardcontainer').attr('id');
                var get_id_array = get_id.split("_");
                
                //if(get_id_array[1] === "2")
                    $(".nr-dashboard-cardtitle").text($scope.msg.payload);
            }
        });
    }
)(scope);
</script>
[{"id":"eaa06319.fe7a","type":"tab","label":"플로우 1","disabled":false,"info":""},{"id":"3f020a74.ad72e6","type":"interval","z":"eaa06319.fe7a","name":"UI-1000","interval":"1000","onstart":false,"msg":"1","showstatus":false,"unit":"milliseconds","statusformat":"ss","x":250,"y":320,"wires":[["96cb5887.3beb08"]]},{"id":"96cb5887.3beb08","type":"function","z":"eaa06319.fe7a","name":"","func":"msg.payload = \"10-robot\";\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":420,"y":320,"wires":[["1f85416d.79096f"]]},{"id":"1f85416d.79096f","type":"ui_template","z":"eaa06319.fe7a","group":"3251b0e0.c514c","name":"","order":6,"width":0,"height":0,"format":"<script>\n(\n    function($scope) \n    {\n        $scope.$watch('msg.payload', function() \n        {\n            if ($scope.msg.payload)\n            {\n                var get_id = $('.nr-dashboard-cardcontainer').attr('id');\n                //var get_id_array = get_id.split(\"_\");\n                \n                $(\".nr-dashboard-cardtitle\").text($scope.msg.payload);\n            }\n        });\n    }\n)(scope);\n</script>","storeOutMessages":true,"fwdInMessages":true,"resendOnRefresh":true,"templateScope":"global","x":600,"y":320,"wires":[[]]},{"id":"3251b0e0.c514c","type":"ui_group","z":"","name":"2 호기","tab":"54aaffaf.f5d9c","order":3,"disp":true,"width":7,"collapse":false},{"id":"54aaffaf.f5d9c","type":"ui_tab","z":"","name":"전체현황","icon":"dashboard","order":3,"disabled":false,"hidden":false}]

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.