From bb6e7e3c4661d7fdf3f2739fcb8402aa60a72b5b Mon Sep 17 00:00:00 2001 From: Nika Date: Tue, 15 Apr 2025 16:20:03 +0400 Subject: [PATCH] add: navigation buttons between levels --- .../MCM02 Fluid Inbound Merges 5-7/view.json | 43 +++++++++++++++++++ .../MCM02 Fluid Inbound Upper/view.json | 31 +++++++++++++ 2 files changed, 74 insertions(+) diff --git a/MTN6_SCADA/com.inductiveautomation.perspective/views/Detailed-Views/MCM02 Fluid Inbound Merges 5-7/view.json b/MTN6_SCADA/com.inductiveautomation.perspective/views/Detailed-Views/MCM02 Fluid Inbound Merges 5-7/view.json index 25c607d..54fa97b 100644 --- a/MTN6_SCADA/com.inductiveautomation.perspective/views/Detailed-Views/MCM02 Fluid Inbound Merges 5-7/view.json +++ b/MTN6_SCADA/com.inductiveautomation.perspective/views/Detailed-Views/MCM02 Fluid Inbound Merges 5-7/view.json @@ -10,6 +10,18 @@ "root": { "children": [ { + "events": { + "dom": { + "onClick": { + "config": { + "params": {}, + "view": "Detailed-Views/MCM02 Fluid Inbound Upper" + }, + "scope": "C", + "type": "nav" + } + } + }, "meta": { "name": "Image" }, @@ -11367,6 +11379,37 @@ "path": "Detailed-Views/Good Pull Chord" }, "type": "ia.display.view" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "params": {}, + "view": "Detailed-Views/MCM02 Fluid Inbound Upper" + }, + "scope": "C", + "type": "nav" + } + } + }, + "meta": { + "name": "Upper Level Button" + }, + "position": { + "height": 46, + "width": 204, + "x": 1137, + "y": 258.5 + }, + "props": { + "primary": false, + "style": { + "fontSize": 18 + }, + "text": "Upper Level" + }, + "type": "ia.input.button" } ], "meta": { diff --git a/MTN6_SCADA/com.inductiveautomation.perspective/views/Detailed-Views/MCM02 Fluid Inbound Upper/view.json b/MTN6_SCADA/com.inductiveautomation.perspective/views/Detailed-Views/MCM02 Fluid Inbound Upper/view.json index 54e86af..c7f8e5d 100644 --- a/MTN6_SCADA/com.inductiveautomation.perspective/views/Detailed-Views/MCM02 Fluid Inbound Upper/view.json +++ b/MTN6_SCADA/com.inductiveautomation.perspective/views/Detailed-Views/MCM02 Fluid Inbound Upper/view.json @@ -2882,6 +2882,37 @@ } }, "type": "ia.display.label" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "params": {}, + "view": "Detailed-Views/MCM02 Fluid Inbound Merges 5-7" + }, + "scope": "C", + "type": "nav" + } + } + }, + "meta": { + "name": "Lower Level Button" + }, + "position": { + "height": 46, + "width": 204, + "x": 628.1354370117188, + "y": 296.359375 + }, + "props": { + "primary": false, + "style": { + "fontSize": 18 + }, + "text": "Lower Level" + }, + "type": "ia.input.button" } ], "meta": {