diff --git a/SCADA_PERSPECTIVE_PARENT_PROJECT/com.inductiveautomation.perspective/views/PopUp-Views/Controller-Equipment/Information-Docked-East-VFD/view.json b/SCADA_PERSPECTIVE_PARENT_PROJECT/com.inductiveautomation.perspective/views/PopUp-Views/Controller-Equipment/Information-Docked-East-VFD/view.json index 8ae2d7f..515501c 100644 --- a/SCADA_PERSPECTIVE_PARENT_PROJECT/com.inductiveautomation.perspective/views/PopUp-Views/Controller-Equipment/Information-Docked-East-VFD/view.json +++ b/SCADA_PERSPECTIVE_PARENT_PROJECT/com.inductiveautomation.perspective/views/PopUp-Views/Controller-Equipment/Information-Docked-East-VFD/view.json @@ -7,7 +7,7 @@ }, "params": { "tagProps": [ - "System/Conveyor/APF/UL1_3", + "System/MCM01/Conveyor/UL1_3_VFD1", "value", "value", "value", @@ -238,14 +238,14 @@ "grow": 1 }, "propConfig": { - "props.filters.active.text": { + "props.filters.active.conditions.displayPath": { "binding": { "config": { "path": "view.params.tagProps[0]" }, "transforms": [ { - "code": "\treturn value[1:]", + "code": "\tparts \u003d value.split(\"/\")\n\tname \u003d parts[-1]\n\t\n\t# Split on \"_\" and remove the last part\n\tname_parts \u003d name.split(\"_\")\n\tnew_name \u003d \"_\".join(name_parts[:-1])\n\t\n\treturn new_name + \"_PE*,\" + new_name + \"_VFD*\"", "type": "script" } ], @@ -272,6 +272,7 @@ }, "filters": { "active": { + "conditions": {}, "priorities": { "critical": false, "high": false, @@ -1898,7 +1899,6 @@ "grow": 1 }, "props": { - "currentTabIndex": 1, "menuType": "modern", "tabSize": { "width": 1000