diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Controller-Views/CommandControlStatus/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Controller-Views/CommandControlStatus/view.json index e8b68b17..992aea92 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Controller-Views/CommandControlStatus/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Controller-Views/CommandControlStatus/view.json @@ -4,57 +4,21 @@ "$": [ "ds", 192, - 1755595218713 + 1756802337271 ], "$columns": [ { - "data": [ - "MCM01", - "MCM01", - "MCM01", - "MCM02", - "MCM03", - "MCM04", - "MCM04", - "MCM05", - "MCM06", - "MCM07", - "MCM07" - ], + "data": [], "name": "Location", "type": "String" }, { - "data": [ - "Diagnostic", - "High", - "Medium", - "Diagnostic", - "Diagnostic", - "Diagnostic", - "High", - "Diagnostic", - "Diagnostic", - "Diagnostic", - "High" - ], + "data": [], "name": "Priority", "type": "String" }, { - "data": [ - 3, - 5, - 2, - 2, - 1, - 2, - 5, - 1, - 1, - 2, - 3 - ], + "data": [], "name": "Count", "type": "Long" } @@ -102,6 +66,12 @@ "params.value": { "paramDirection": "input", "persistent": true + }, + "params.value.tagProps[0]": { + "onChange": { + "enabled": null, + "script": "\tsystem.perspective.print(currentValue.value)" + } } }, "props": { @@ -117,7 +87,7 @@ "dom": { "onClick": { "config": { - "script": "\tnavigation.navigate_to_page.detailed_view(self, self.view.params.value.tagProps[0],self.view.params.value.tagProps[0], self.view.params.value.tagProps[3])" + "script": "\tsystem.perspective.navigate(self.view.params.value.tagProps[0])" }, "scope": "G", "type": "script"