reports
|
After Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 335 B |
|
Before Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 566 B |
|
After Width: | Height: | Size: 37 KiB |
@ -3372,7 +3372,7 @@
|
||||
},
|
||||
"props": {
|
||||
"dismissOnSelect": false,
|
||||
"formattedValue": "Sep 29, 2025 5:08 PM",
|
||||
"formattedValue": "Sep 30, 2025 12:05 PM",
|
||||
"formattedValues": {
|
||||
"date": "Mar 26, 2021",
|
||||
"datetime": "Mar 26, 2021 12:00 AM",
|
||||
@ -3382,9 +3382,9 @@
|
||||
"$": [
|
||||
"ts",
|
||||
192,
|
||||
1759158491988
|
||||
1759226708678
|
||||
],
|
||||
"$ts": 1759151291000
|
||||
"$ts": 1759219508000
|
||||
}
|
||||
},
|
||||
"type": "ia.input.date-time-input"
|
||||
@ -3532,7 +3532,7 @@
|
||||
},
|
||||
"props": {
|
||||
"dismissOnSelect": false,
|
||||
"formattedValue": "Sep 29, 2025 7:08 PM",
|
||||
"formattedValue": "Sep 30, 2025 2:05 PM",
|
||||
"formattedValues": {
|
||||
"date": "Mar 29, 2021",
|
||||
"datetime": "Mar 29, 2021 1:37 PM",
|
||||
@ -3542,9 +3542,9 @@
|
||||
"$": [
|
||||
"ts",
|
||||
192,
|
||||
1759158491988
|
||||
1759226708678
|
||||
],
|
||||
"$ts": 1759158491000
|
||||
"$ts": 1759226708000
|
||||
}
|
||||
},
|
||||
"type": "ia.input.date-time-input"
|
||||
@ -1,40 +0,0 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {},
|
||||
"props": {},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "EmbeddedView"
|
||||
},
|
||||
"position": {
|
||||
"height": 320,
|
||||
"width": 320,
|
||||
"x": 175,
|
||||
"y": 183
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "Label"
|
||||
},
|
||||
"position": {
|
||||
"height": 32,
|
||||
"width": 135,
|
||||
"x": 502,
|
||||
"y": 343
|
||||
},
|
||||
"props": {
|
||||
"text": "aqane jima"
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 6.6 KiB |
@ -27,7 +27,7 @@ def deviceType(self, path, props):
|
||||
|
||||
def handleTagHighlight(view, currentValue):
|
||||
tag_priority = currentValue.value
|
||||
|
||||
|
||||
# --- CASE 1: Remove all highlights by applying CLEAR class ---
|
||||
if str(tag_priority).upper() == "CLEAR":
|
||||
for child in view.rootContainer.getChildren()[0].getChildren():
|
||||
@ -38,7 +38,10 @@ def handleTagHighlight(view, currentValue):
|
||||
except:
|
||||
pass
|
||||
return False
|
||||
|
||||
|
||||
if "||" not in tag_priority:
|
||||
return
|
||||
|
||||
parts = str(tag_priority).split("||")
|
||||
|
||||
tag = parts[0]
|
||||
@ -38,15 +38,250 @@
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "ReportViewer"
|
||||
"name": "Sorter_Statistics"
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.EndDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.endDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.StartDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.startDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"page": 1,
|
||||
"pageCount": 1
|
||||
"pageCount": 1,
|
||||
"source": "Statistics/Shipping Sorter Statistics",
|
||||
"zoomLevel": 50
|
||||
},
|
||||
"type": "ia.reporting.report-viewer"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "Sorter_Summary"
|
||||
},
|
||||
"position": {
|
||||
"tabIndex": 1
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.EndDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.endDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.StartDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.startDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"page": 1,
|
||||
"pageCount": 1,
|
||||
"source": "Statistics/Shipping Sorter Statistics Com",
|
||||
"zoomLevel": 50
|
||||
},
|
||||
"type": "ia.reporting.report-viewer"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "Scan_Performance"
|
||||
},
|
||||
"position": {
|
||||
"tabIndex": 2
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.EndDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.endDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.StartDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.startDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"page": 1,
|
||||
"pageCount": 1,
|
||||
"source": "Statistics/Scanner Performance",
|
||||
"zoomLevel": 50
|
||||
},
|
||||
"type": "ia.reporting.report-viewer"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "Full_Recirc_Jackpot"
|
||||
},
|
||||
"position": {
|
||||
"tabIndex": 3
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.EndDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.endDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.StartDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.startDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"page": 1,
|
||||
"pageCount": 1,
|
||||
"source": "Statistics/Lane Full Recirc Jackpot",
|
||||
"zoomLevel": 50
|
||||
},
|
||||
"type": "ia.reporting.report-viewer"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "Total_Scans"
|
||||
},
|
||||
"position": {
|
||||
"tabIndex": 4
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.EndDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.endDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.StartDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.startDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"page": 1,
|
||||
"pageCount": 1,
|
||||
"source": "Statistics/Total Scans",
|
||||
"zoomLevel": 50
|
||||
},
|
||||
"type": "ia.reporting.report-viewer"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "Top_Jams"
|
||||
},
|
||||
"position": {
|
||||
"tabIndex": 5
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.EndDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.endDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.StartDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.startDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"page": 1,
|
||||
"pageCount": 1,
|
||||
"source": "Statistics/Top Jams",
|
||||
"zoomLevel": 50
|
||||
},
|
||||
"type": "ia.reporting.report-viewer"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "Divert_VS_Full"
|
||||
},
|
||||
"position": {
|
||||
"tabIndex": 6
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.EndDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.endDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.StartDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.startDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"page": 1,
|
||||
"pageCount": 1,
|
||||
"source": "Statistics/Lane Divert vs Full"
|
||||
},
|
||||
"type": "ia.reporting.report-viewer"
|
||||
}
|
||||
],
|
||||
"custom": {
|
||||
"endDate": {
|
||||
"$": [
|
||||
"ts",
|
||||
192,
|
||||
1759234523279
|
||||
],
|
||||
"$ts": 1759234522000
|
||||
},
|
||||
"startDate": {
|
||||
"$": [
|
||||
"ts",
|
||||
192,
|
||||
1759234523279
|
||||
],
|
||||
"$ts": 1759205722000
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "Statistics"
|
||||
},
|
||||
@ -61,6 +296,7 @@
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"currentTabIndex": 6,
|
||||
"menuStyle": {
|
||||
"backgroundColor": "#FFFFFFBD",
|
||||
"fontSize": "1.0vmin",
|
||||
@ -91,6 +327,7 @@
|
||||
},
|
||||
"tabs": [
|
||||
"Sorter Statistics",
|
||||
"Sorter Summary",
|
||||
"Scan Performance",
|
||||
"Full/Recirc/Jackpot",
|
||||
"Total Scans",
|
||||
@ -189,7 +426,7 @@
|
||||
"style": {
|
||||
"fontSize": "1.5vmin"
|
||||
},
|
||||
"value": "Past Hour"
|
||||
"value": "Past 8 Hour"
|
||||
},
|
||||
"type": "ia.input.dropdown"
|
||||
},
|
||||
@ -348,7 +585,7 @@
|
||||
},
|
||||
"props": {
|
||||
"dismissOnSelect": false,
|
||||
"formattedValue": "Sep 26, 2025 12:14 PM",
|
||||
"formattedValue": "Sep 30, 2025 8:15 AM",
|
||||
"formattedValues": {
|
||||
"date": "Mar 26, 2021",
|
||||
"datetime": "Mar 26, 2021 12:00 AM",
|
||||
@ -366,9 +603,9 @@
|
||||
"$": [
|
||||
"ts",
|
||||
192,
|
||||
1758878068311
|
||||
1759234527871
|
||||
],
|
||||
"$ts": 1758874468000
|
||||
"$ts": 1759205727000
|
||||
}
|
||||
},
|
||||
"type": "ia.input.date-time-input"
|
||||
@ -519,7 +756,7 @@
|
||||
},
|
||||
"props": {
|
||||
"dismissOnSelect": false,
|
||||
"formattedValue": "Sep 26, 2025 1:14 PM",
|
||||
"formattedValue": "Sep 30, 2025 4:15 PM",
|
||||
"formattedValues": {
|
||||
"date": "Mar 29, 2021",
|
||||
"datetime": "Mar 29, 2021 1:37 PM",
|
||||
@ -537,9 +774,9 @@
|
||||
"$": [
|
||||
"ts",
|
||||
192,
|
||||
1758878068310
|
||||
1759234527871
|
||||
],
|
||||
"$ts": 1758878068000
|
||||
"$ts": 1759234527000
|
||||
}
|
||||
},
|
||||
"type": "ia.input.date-time-input"
|
||||
@ -580,8 +817,53 @@
|
||||
"text": "Highest Sorted PPH at 5 min Interval: 0 pph"
|
||||
},
|
||||
"type": "ia.container.flex"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"component": {
|
||||
"onActionPerformed": {
|
||||
"config": {
|
||||
"script": "\t#Passing start and end dates to the reports, this is to avoid re-renders\n\tstartDate \u003d self.getSibling(\"Period_not_Global_0\").custom.StartDate\n\tendDate \u003d self.getSibling(\"Period_not_Global_0\").custom.EndDate\n\t\n\tself.getSibling(\"Statistics\").custom.startDate \u003d startDate\n\tself.getSibling(\"Statistics\").custom.endDate \u003d endDate\n\t"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "Button",
|
||||
"tooltip": {
|
||||
"enabled": true,
|
||||
"text": "Clicking this button generates new report with updated times"
|
||||
}
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0312,
|
||||
"width": 0.0667,
|
||||
"x": 0.4958,
|
||||
"y": 0.0043
|
||||
},
|
||||
"props": {
|
||||
"primary": false,
|
||||
"text": "Generate New Report",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin"
|
||||
}
|
||||
},
|
||||
"type": "ia.input.button"
|
||||
}
|
||||
],
|
||||
"events": {
|
||||
"system": {
|
||||
"onStartup": {
|
||||
"config": {
|
||||
"script": "\t#Saving start and end dates on startup of view\n\tstartDate \u003d self.getChild(\"Period_not_Global_0\").custom.StartDate\n\tendDate \u003d self.getChild(\"Period_not_Global_0\").custom.EndDate\n\t\n\tself.getChild(\"Statistics\").custom.startDate \u003d startDate\n\tself.getChild(\"Statistics\").custom.endDate \u003d endDate"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
@ -2,8 +2,7 @@
|
||||
"custom": {
|
||||
"color": "#C2C2C2",
|
||||
"priority": "No Active Alarms",
|
||||
"state": "Closed",
|
||||
"string": "Non Powered Equipment"
|
||||
"state": "Closed"
|
||||
},
|
||||
"params": {
|
||||
"tagProps": [
|
||||
@ -113,8 +113,8 @@
|
||||
}
|
||||
},
|
||||
"rotation": "0deg",
|
||||
"show_dpm_device_view": true,
|
||||
"show_dpm_view": true,
|
||||
"show_dpm_device_view": false,
|
||||
"show_dpm_view": false,
|
||||
"timewidget": {
|
||||
"endDate": {
|
||||
"$": [
|
||||
@ -221,7 +221,7 @@
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"address": "[0:0:0:0:0:0:0:1]",
|
||||
"address": "127.0.0.1",
|
||||
"device": {},
|
||||
"geolocation": {},
|
||||
"locale": "en-US",
|
||||
|
Before Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 16 KiB |
@ -0,0 +1,731 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 1080,
|
||||
"width": 1920
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "MCM01"
|
||||
},
|
||||
"position": {
|
||||
"height": 1080,
|
||||
"width": 1920
|
||||
},
|
||||
"props": {
|
||||
"elements": [
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"clipPathUnits": "userSpaceOnUse",
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 1126,0 H 3737 V 5796 H 1126 V 0",
|
||||
"id": "path6",
|
||||
"name": "path6",
|
||||
"transform": "translate(-2.0833334e-5)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"type": "group"
|
||||
}
|
||||
],
|
||||
"id": "clipPath6",
|
||||
"name": "clipPath6",
|
||||
"type": "clipPath"
|
||||
},
|
||||
{
|
||||
"clipPathUnits": "userSpaceOnUse",
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 1126,0 H 3737 V 5796 H 1126 V 0",
|
||||
"id": "path8",
|
||||
"name": "path8",
|
||||
"transform": "translate(-2.0833334e-5)",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "clipPath8",
|
||||
"name": "clipPath8",
|
||||
"type": "clipPath"
|
||||
},
|
||||
{
|
||||
"clipPathUnits": "userSpaceOnUse",
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 1126,0 H 3737 V 5796 H 1126 V 0",
|
||||
"id": "path9",
|
||||
"name": "path9",
|
||||
"transform": "matrix(1,0,0,-1,-2796,3847)",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "clipPath9",
|
||||
"name": "clipPath9",
|
||||
"type": "clipPath"
|
||||
},
|
||||
{
|
||||
"clipPathUnits": "userSpaceOnUse",
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 1126,0 H 3737 V 5796 H 1126 V 0",
|
||||
"id": "path10",
|
||||
"name": "path10",
|
||||
"transform": "matrix(1,0,0,-1,-2822,3855)",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "clipPath10",
|
||||
"name": "clipPath10",
|
||||
"type": "clipPath"
|
||||
},
|
||||
{
|
||||
"clipPathUnits": "userSpaceOnUse",
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 1126,0 H 3737 V 5796 H 1126 V 0",
|
||||
"id": "path12",
|
||||
"name": "path12",
|
||||
"transform": "translate(-2.0833334e-5)",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "clipPath12",
|
||||
"name": "clipPath12",
|
||||
"type": "clipPath"
|
||||
},
|
||||
{
|
||||
"clipPathUnits": "userSpaceOnUse",
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 1126,0 H 3737 V 5796 H 1126 V 0",
|
||||
"id": "path13",
|
||||
"name": "path13",
|
||||
"transform": "matrix(1,0,0,-1,-2822,3839)",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "clipPath13",
|
||||
"name": "clipPath13",
|
||||
"type": "clipPath"
|
||||
},
|
||||
{
|
||||
"clipPathUnits": "userSpaceOnUse",
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 1126,0 H 3737 V 5796 H 1126 V 0",
|
||||
"id": "path14",
|
||||
"name": "path14",
|
||||
"transform": "matrix(1,0,0,-1,-2831,3847)",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "clipPath14",
|
||||
"name": "clipPath14",
|
||||
"type": "clipPath"
|
||||
},
|
||||
{
|
||||
"clipPathUnits": "userSpaceOnUse",
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 1126,0 H 3737 V 5796 H 1126 V 0",
|
||||
"id": "path16",
|
||||
"name": "path16",
|
||||
"transform": "translate(-2.0833334e-5)",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "clipPath16",
|
||||
"name": "clipPath16",
|
||||
"type": "clipPath"
|
||||
},
|
||||
{
|
||||
"clipPathUnits": "userSpaceOnUse",
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 1126,0 H 3737 V 5796 H 1126 V 0",
|
||||
"id": "path18",
|
||||
"name": "path18",
|
||||
"transform": "translate(-2.0833334e-5)",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "clipPath18",
|
||||
"name": "clipPath18",
|
||||
"type": "clipPath"
|
||||
},
|
||||
{
|
||||
"clipPathUnits": "userSpaceOnUse",
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 1126,0 H 3737 V 5796 H 1126 V 0",
|
||||
"id": "path20",
|
||||
"name": "path20",
|
||||
"transform": "translate(-2.0833334e-5)",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "clipPath20",
|
||||
"name": "clipPath20",
|
||||
"type": "clipPath"
|
||||
},
|
||||
{
|
||||
"clipPathUnits": "userSpaceOnUse",
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 1126,0 H 3737 V 5796 H 1126 V 0",
|
||||
"id": "path22",
|
||||
"name": "path22",
|
||||
"transform": "translate(-2.0833334e-5)",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "clipPath22",
|
||||
"name": "clipPath22",
|
||||
"type": "clipPath"
|
||||
},
|
||||
{
|
||||
"clipPathUnits": "userSpaceOnUse",
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 1126,0 H 3737 V 5796 H 1126 V 0",
|
||||
"id": "path24",
|
||||
"name": "path24",
|
||||
"transform": "translate(-2.0833334e-5)",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "clipPath24",
|
||||
"name": "clipPath24",
|
||||
"type": "clipPath"
|
||||
},
|
||||
{
|
||||
"clipPathUnits": "userSpaceOnUse",
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 1126,0 H 3737 V 5796 H 1126 V 0",
|
||||
"id": "path26",
|
||||
"name": "path26",
|
||||
"transform": "translate(-2.0833334e-5)",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "clipPath26",
|
||||
"name": "clipPath26",
|
||||
"type": "clipPath"
|
||||
},
|
||||
{
|
||||
"clipPathUnits": "userSpaceOnUse",
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 1126,0 H 3737 V 5796 H 1126 V 0",
|
||||
"id": "path27",
|
||||
"name": "path27",
|
||||
"transform": "matrix(0,-1,-1,0,5714,1994)",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "clipPath27",
|
||||
"name": "clipPath27",
|
||||
"type": "clipPath"
|
||||
},
|
||||
{
|
||||
"clipPathUnits": "userSpaceOnUse",
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 1126,0 H 3737 V 5796 H 1126 V 0",
|
||||
"id": "path29",
|
||||
"name": "path29",
|
||||
"transform": "translate(-2.0833334e-5)",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "clipPath29",
|
||||
"name": "clipPath29",
|
||||
"type": "clipPath"
|
||||
},
|
||||
{
|
||||
"clipPathUnits": "userSpaceOnUse",
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 1126,0 H 3737 V 5796 H 1126 V 0",
|
||||
"id": "path31",
|
||||
"name": "path31",
|
||||
"transform": "translate(-2.0833334e-5)",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "clipPath31",
|
||||
"name": "clipPath31",
|
||||
"type": "clipPath"
|
||||
},
|
||||
{
|
||||
"clipPathUnits": "userSpaceOnUse",
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 1126,0 H 3737 V 5796 H 1126 V 0",
|
||||
"id": "path33",
|
||||
"name": "path33",
|
||||
"transform": "translate(-2.0833334e-5)",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "clipPath33",
|
||||
"name": "clipPath33",
|
||||
"type": "clipPath"
|
||||
},
|
||||
{
|
||||
"clipPathUnits": "userSpaceOnUse",
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 1126,0 H 3737 V 5796 H 1126 V 0",
|
||||
"id": "path35",
|
||||
"name": "path35",
|
||||
"transform": "translate(-2.0833334e-5)",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "clipPath35",
|
||||
"name": "clipPath35",
|
||||
"type": "clipPath"
|
||||
},
|
||||
{
|
||||
"clipPathUnits": "userSpaceOnUse",
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 1126,0 H 3737 V 5796 H 1126 V 0",
|
||||
"id": "path37",
|
||||
"name": "path37",
|
||||
"transform": "translate(-2.0833334e-5)",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "clipPath37",
|
||||
"name": "clipPath37",
|
||||
"type": "clipPath"
|
||||
},
|
||||
{
|
||||
"clipPathUnits": "userSpaceOnUse",
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 1126,0 H 3737 V 5796 H 1126 V 0",
|
||||
"id": "path39",
|
||||
"name": "path39",
|
||||
"transform": "translate(-2.0833334e-5)",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "clipPath39",
|
||||
"name": "clipPath39",
|
||||
"type": "clipPath"
|
||||
},
|
||||
{
|
||||
"clipPathUnits": "userSpaceOnUse",
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 1126,0 H 3737 V 5796 H 1126 V 0",
|
||||
"id": "path40",
|
||||
"name": "path40",
|
||||
"transform": "matrix(0,-1,-1,0,4932,2183)",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "clipPath40",
|
||||
"name": "clipPath40",
|
||||
"type": "clipPath"
|
||||
},
|
||||
{
|
||||
"clipPathUnits": "userSpaceOnUse",
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 1126,0 H 3737 V 5796 H 1126 V 0",
|
||||
"id": "path23935",
|
||||
"name": "path23935",
|
||||
"transform": "matrix(0,-1,-1,0,5714,2172)",
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "clipPath23935",
|
||||
"name": "clipPath23935",
|
||||
"type": "clipPath"
|
||||
}
|
||||
],
|
||||
"id": "defs1",
|
||||
"name": "defs1",
|
||||
"type": "defs"
|
||||
},
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"d": "m 17.513137,116.02606 h 7.883849 v 35.33131 h -7.925563 z",
|
||||
"fill": {
|
||||
"opacity": "1",
|
||||
"paint": "#ffffff"
|
||||
},
|
||||
"id": "path25072",
|
||||
"name": "path25072",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.25"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 17.578237,115.55245 0.185181,-7.76481 c 1.517289,-4.83339 4.580567,-7.799271 8.864116,-10.344944 l 3.914525,6.935164 c -2.984985,1.33473 -4.229119,3.34824 -4.999076,6.51743 l -0.08744,4.67802 z",
|
||||
"fill": {
|
||||
"opacity": "1",
|
||||
"paint": "#ffffff"
|
||||
},
|
||||
"id": "path26615",
|
||||
"name": "path26615",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.25"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 72.20209,125.20076 h 7.883848 v 53.73674 h -7.925561 z",
|
||||
"fill": {
|
||||
"opacity": "1",
|
||||
"paint": "#ffffff"
|
||||
},
|
||||
"id": "path26618",
|
||||
"name": "path26618",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.25"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 72.261082,115.88006 h 7.883848 v 8.72601 h -7.925561 z",
|
||||
"fill": {
|
||||
"opacity": "1",
|
||||
"paint": "#ffffff"
|
||||
},
|
||||
"id": "path27070",
|
||||
"name": "path27070",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.25"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 72.231586,106.67734 h 7.883848 v 8.72601 h -7.925561 z",
|
||||
"fill": {
|
||||
"opacity": "1",
|
||||
"paint": "#ffffff"
|
||||
},
|
||||
"id": "path27071",
|
||||
"name": "path27071",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.25"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 72.219369,106.20226 c -0.03623,-9.238512 0.460678,-12.796916 8.960808,-17.991777 l 4.047256,6.905673 c -5.529025,2.473147 -5.25942,6.010384 -5.145507,11.136454 z",
|
||||
"fill": {
|
||||
"opacity": "1",
|
||||
"paint": "#ffffff"
|
||||
},
|
||||
"id": "path27072",
|
||||
"name": "path27072",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.25"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 34.461924,92.956423 3.944478,6.826134 -7.555316,4.365833 -3.965348,-6.862253 z",
|
||||
"fill": {
|
||||
"opacity": "1",
|
||||
"paint": "#ffffff"
|
||||
},
|
||||
"id": "path27074",
|
||||
"name": "path27074",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.25"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 42.425813,88.355065 3.944478,6.826134 -7.555316,4.365833 -3.965348,-6.862253 z",
|
||||
"fill": {
|
||||
"opacity": "1",
|
||||
"paint": "#ffffff"
|
||||
},
|
||||
"id": "path27080",
|
||||
"name": "path27080",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.25"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 60.100764,87.570756 -13.376385,7.447713 -3.959823,-6.887292 1.504291,-0.553046 z",
|
||||
"fill": {
|
||||
"opacity": "1",
|
||||
"paint": "#ffffff"
|
||||
},
|
||||
"id": "path27081",
|
||||
"name": "path27081",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.25"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 99.030276,87.61753 -13.464875,7.359226 -3.952449,-7.020023 1.430551,-0.368698 z",
|
||||
"fill": {
|
||||
"opacity": "1",
|
||||
"paint": "#ffffff"
|
||||
},
|
||||
"id": "path27082",
|
||||
"name": "path27082",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.25"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 158.56005,79.566794 -0.016,7.760334 -120.794639,-0.04735 0.0159,-7.801393 z",
|
||||
"fill": {
|
||||
"opacity": "1",
|
||||
"paint": "#ffffff"
|
||||
},
|
||||
"id": "path27083",
|
||||
"name": "path27083",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.244431"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 267.35173,79.640375 -0.0142,7.780257 -107.74707,-0.04746 0.0141,-7.821422 z",
|
||||
"fill": {
|
||||
"opacity": "1",
|
||||
"paint": "#ffffff"
|
||||
},
|
||||
"id": "path27084",
|
||||
"name": "path27084",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.243285"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 399.37485,79.720395 -0.0173,7.737716 -131.17963,-0.0472 0.0172,-7.778656 z",
|
||||
"fill": {
|
||||
"opacity": "1",
|
||||
"paint": "#ffffff"
|
||||
},
|
||||
"id": "path27085",
|
||||
"name": "path27085",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.23373"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 400.0944,79.650678 c 5.03604,0.02588 7.95928,-0.266973 12.23378,1.989441 1.65503,0.966601 2.74197,2.075227 3.73794,3.206593 1.85537,2.841276 3.14745,5.859861 3.05039,10.779803 l -8.06562,0.03102 c -0.0803,-1.92185 0.0446,-3.799123 -1.54746,-5.774965 -2.38574,-2.686548 -6.13811,-2.332233 -9.40355,-2.443066 z",
|
||||
"fill": {
|
||||
"opacity": "1",
|
||||
"paint": "#ffffff"
|
||||
},
|
||||
"id": "path27086",
|
||||
"name": "path27086",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.25"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 411.25685,96.063667 h 7.88112 v 54.940713 h -7.92282 z",
|
||||
"fill": {
|
||||
"opacity": "1",
|
||||
"paint": "#ffffff"
|
||||
},
|
||||
"id": "path27087",
|
||||
"name": "path27087",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.252742"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 411.25883,151.59084 h 7.88385 v 8.72601 h -7.92556 z",
|
||||
"fill": {
|
||||
"opacity": "1",
|
||||
"paint": "#ffffff"
|
||||
},
|
||||
"id": "path27088",
|
||||
"name": "path27088",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.25"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 427.45236,179.63321 c -12.30206,0.13237 -16.45431,-5.69061 -16.18738,-18.7973 l 7.85705,2.9e-4 c 0.10669,7.76558 0.23673,10.73714 8.29789,10.94492 z",
|
||||
"fill": {
|
||||
"opacity": "1",
|
||||
"paint": "#ffffff"
|
||||
},
|
||||
"id": "path27089",
|
||||
"name": "path27089",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.25"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 448.59365,171.83373 0.13725,7.76254 -20.366,0.0641 -0.13793,-7.8036 z",
|
||||
"fill": {
|
||||
"opacity": "1",
|
||||
"paint": "#ffffff"
|
||||
},
|
||||
"id": "path27090",
|
||||
"name": "path27090",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.268812"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 468.70557,171.74638 0.12932,7.77032 -19.19125,0.0641 -0.12998,-7.81142 z",
|
||||
"fill": {
|
||||
"opacity": "1",
|
||||
"paint": "#ffffff"
|
||||
},
|
||||
"id": "path27091",
|
||||
"name": "path27091",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.261075"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 481.28798,171.66728 0.06,5.6578 -11.7815,0.0672 -0.0603,-5.68771 z",
|
||||
"fill": {
|
||||
"opacity": "1",
|
||||
"paint": "#ffffff"
|
||||
},
|
||||
"id": "path27092",
|
||||
"name": "path27092",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.246092"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 494.42349,171.66846 0.003,5.65425 -12.14703,0.002 -0.003,-5.68414 z",
|
||||
"fill": {
|
||||
"opacity": "1",
|
||||
"paint": "#ffffff"
|
||||
},
|
||||
"id": "path27093",
|
||||
"name": "path27093",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.249796"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"type": "group"
|
||||
}
|
||||
],
|
||||
"id": "layer1",
|
||||
"name": "layer1",
|
||||
"type": "group"
|
||||
}
|
||||
],
|
||||
"preserveAspectRatio": "none",
|
||||
"viewBox": "0 0 508 285.75"
|
||||
},
|
||||
"type": "ia.shapes.svg"
|
||||
}
|
||||
],
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tsystem.perspective.print(event.keys())"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 67 KiB |
|
Before Width: | Height: | Size: 56 KiB |
@ -618,7 +618,7 @@
|
||||
"$": [
|
||||
"ds",
|
||||
192,
|
||||
1758882003413
|
||||
1759229188220
|
||||
],
|
||||
"$columns": [
|
||||
{
|
||||
@ -2165,7 +2165,7 @@
|
||||
"$": [
|
||||
"ds",
|
||||
192,
|
||||
1758882003444
|
||||
1759229188220
|
||||
],
|
||||
"$columns": [
|
||||
{
|
||||
@ -2217,7 +2217,7 @@
|
||||
"$": [
|
||||
"ds",
|
||||
192,
|
||||
1758882003444
|
||||
1759229188220
|
||||
],
|
||||
"$columns": [
|
||||
{
|
||||
@ -3538,7 +3538,7 @@
|
||||
"$": [
|
||||
"ds",
|
||||
192,
|
||||
1758882003413
|
||||
1759229188223
|
||||
],
|
||||
"$columns": [
|
||||
{
|
||||
@ -4880,7 +4880,7 @@
|
||||
"$": [
|
||||
"ds",
|
||||
192,
|
||||
1758882003415
|
||||
1759229188223
|
||||
],
|
||||
"$columns": [
|
||||
{
|
||||
@ -9629,7 +9629,7 @@
|
||||
"$": [
|
||||
"ds",
|
||||
192,
|
||||
1758882003415
|
||||
1759229188224
|
||||
],
|
||||
"$columns": [
|
||||
{
|
||||
@ -24962,7 +24962,7 @@
|
||||
"$": [
|
||||
"ds",
|
||||
192,
|
||||
1758882003412
|
||||
1759229188220
|
||||
],
|
||||
"$columns": [
|
||||
{
|
||||
@ -29485,7 +29485,7 @@
|
||||
},
|
||||
"props": {
|
||||
"dismissOnSelect": false,
|
||||
"formattedValue": "Sep 26, 2025 1:20 PM",
|
||||
"formattedValue": "Sep 30, 2025 1:46 PM",
|
||||
"formattedValues": {
|
||||
"date": "Mar 26, 2021",
|
||||
"datetime": "Mar 26, 2021 12:00 AM",
|
||||
@ -29503,9 +29503,9 @@
|
||||
"$": [
|
||||
"ts",
|
||||
192,
|
||||
1758882003442
|
||||
1759229188220
|
||||
],
|
||||
"$ts": 1758878403000
|
||||
"$ts": 1759225588000
|
||||
}
|
||||
},
|
||||
"type": "ia.input.date-time-input"
|
||||
@ -29656,7 +29656,7 @@
|
||||
},
|
||||
"props": {
|
||||
"dismissOnSelect": false,
|
||||
"formattedValue": "Sep 26, 2025 2:20 PM",
|
||||
"formattedValue": "Sep 30, 2025 2:46 PM",
|
||||
"formattedValues": {
|
||||
"date": "Mar 29, 2021",
|
||||
"datetime": "Mar 29, 2021 1:37 PM",
|
||||
@ -29674,9 +29674,9 @@
|
||||
"$": [
|
||||
"ts",
|
||||
192,
|
||||
1758882003442
|
||||
1759229188217
|
||||
],
|
||||
"$ts": 1758882003000
|
||||
"$ts": 1759229188000
|
||||
}
|
||||
},
|
||||
"type": "ia.input.date-time-input"
|
||||
|
Before Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 6.6 KiB |
|
After Width: | Height: | Size: 36 KiB |
@ -113,8 +113,8 @@
|
||||
}
|
||||
},
|
||||
"rotation": "0deg",
|
||||
"show_dpm_device_view": true,
|
||||
"show_dpm_view": true,
|
||||
"show_dpm_device_view": false,
|
||||
"show_dpm_view": false,
|
||||
"timewidget": {
|
||||
"endDate": {
|
||||
"$": [
|
||||
@ -221,7 +221,7 @@
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"address": "[0:0:0:0:0:0:0:1]",
|
||||
"address": "127.0.0.1",
|
||||
"device": {},
|
||||
"geolocation": {},
|
||||
"locale": "en-US",
|
||||
|
||||
@ -9,8 +9,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-09-29T14:47:31Z"
|
||||
"timestamp": "2025-09-30T10:04:26Z"
|
||||
},
|
||||
"lastModificationSignature": "4410eb4115cd2e23bbb9f6230ecf61de49fea5ccefecd63ca1c4086571c02de0"
|
||||
"lastModificationSignature": "95051ce3d0db6d2a151ba9b6c8ceb96dbbb8938f6e4693321c33477cf3cc0422"
|
||||
}
|
||||
}
|
||||
@ -10,8 +10,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-09-29T11:07:41Z"
|
||||
"timestamp": "2025-09-30T10:05:09Z"
|
||||
},
|
||||
"lastModificationSignature": "7ba1e0d93bca5f2069f3880599875d9738c62805928c301a075c7a15802b6dd9"
|
||||
"lastModificationSignature": "1fd04d570a4c9993a058ef644020eb66bb6a2881aeaf316e9b3d3d9959a95be8"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 67 KiB |
@ -10,8 +10,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-09-29T14:46:56Z"
|
||||
"timestamp": "2025-09-29T15:18:03Z"
|
||||
},
|
||||
"lastModificationSignature": "17ebe02474fe0e5c320055c4c0659ca9b15daacd29a8c058199cec38217cb411"
|
||||
"lastModificationSignature": "8b14b8dac16b1335d86cf85d044d3f10d03dfbd2c444629d68a5f3af63e5d427"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 40 KiB |
@ -10,8 +10,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-09-29T15:02:00Z"
|
||||
"timestamp": "2025-09-30T10:04:26Z"
|
||||
},
|
||||
"lastModificationSignature": "b148aabc6cae1ef8c7aee06edb4dc45140d8f9d039eb7d8daafcca7a4697f4a6"
|
||||
"lastModificationSignature": "2af86e1ba083d753871fa1f4b1614576168a189ec6b043b7948a0d480b43fa4f"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 60 KiB |
@ -10,8 +10,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-09-29T14:46:51Z"
|
||||
"timestamp": "2025-09-29T15:17:13Z"
|
||||
},
|
||||
"lastModificationSignature": "78969bcb47c6469a41e9a24c256eba638944aa58546571cbedf47584b369dd29"
|
||||
"lastModificationSignature": "35fbd9fbe8fb9619aa51b4a40de23a5079c17d1107d251e974a98da478959f2f"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 40 KiB |
@ -10,8 +10,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-09-29T15:03:16Z"
|
||||
"timestamp": "2025-09-29T15:12:34Z"
|
||||
},
|
||||
"lastModificationSignature": "0e5be2c7eaebc021b3cce47b16a6e8a502585638d615f177b71299dfd7a8a43a"
|
||||
"lastModificationSignature": "26d418306c0c136c8556aa80688af7cf34030b1360327575a47f25d6df4d7262"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
@ -10,8 +10,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-09-29T13:38:54Z"
|
||||
"timestamp": "2025-09-30T09:39:40Z"
|
||||
},
|
||||
"lastModificationSignature": "44d789ea51d7ffae05d47f986137a8bba531163ee7a40ae52096aafe0b4cd0a6"
|
||||
"lastModificationSignature": "3a3128cc2c6b6f5d1fc777df643566ca0c89ca671781429b5d6e3f44d2be30f6"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 335 B After Width: | Height: | Size: 566 B |
@ -2,8 +2,7 @@
|
||||
"custom": {
|
||||
"color": "#C2C2C2",
|
||||
"priority": "No Active Alarms",
|
||||
"state": "Closed",
|
||||
"string": "Non Powered Equipment"
|
||||
"state": "Closed"
|
||||
},
|
||||
"params": {
|
||||
"tagProps": [
|
||||
|
||||
@ -10,8 +10,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-09-26T09:23:36Z"
|
||||
"timestamp": "2025-09-30T12:15:29Z"
|
||||
},
|
||||
"lastModificationSignature": "8e02dbaa818172d4e5c2a3a2289feecb9122082088d3c2b0fc50a69e97616f34"
|
||||
"lastModificationSignature": "c5e7e78cfe726ad8ece3c2ff132a1f12ca1332fd94f64ae8880d277227c2e678"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 37 KiB |
@ -38,15 +38,250 @@
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "ReportViewer"
|
||||
"name": "Sorter_Statistics"
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.EndDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.endDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.StartDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.startDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"page": 1,
|
||||
"pageCount": 1
|
||||
"pageCount": 1,
|
||||
"source": "Statistics/Shipping Sorter Statistics",
|
||||
"zoomLevel": 50
|
||||
},
|
||||
"type": "ia.reporting.report-viewer"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "Sorter_Summary"
|
||||
},
|
||||
"position": {
|
||||
"tabIndex": 1
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.EndDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.endDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.StartDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.startDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"page": 1,
|
||||
"pageCount": 1,
|
||||
"source": "Statistics/Shipping Sorter Statistics Com",
|
||||
"zoomLevel": 50
|
||||
},
|
||||
"type": "ia.reporting.report-viewer"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "Scan_Performance"
|
||||
},
|
||||
"position": {
|
||||
"tabIndex": 2
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.EndDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.endDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.StartDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.startDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"page": 1,
|
||||
"pageCount": 1,
|
||||
"source": "Statistics/Scanner Performance",
|
||||
"zoomLevel": 50
|
||||
},
|
||||
"type": "ia.reporting.report-viewer"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "Full_Recirc_Jackpot"
|
||||
},
|
||||
"position": {
|
||||
"tabIndex": 3
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.EndDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.endDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.StartDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.startDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"page": 1,
|
||||
"pageCount": 1,
|
||||
"source": "Statistics/Lane Full Recirc Jackpot",
|
||||
"zoomLevel": 50
|
||||
},
|
||||
"type": "ia.reporting.report-viewer"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "Total_Scans"
|
||||
},
|
||||
"position": {
|
||||
"tabIndex": 4
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.EndDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.endDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.StartDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.startDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"page": 1,
|
||||
"pageCount": 1,
|
||||
"source": "Statistics/Total Scans",
|
||||
"zoomLevel": 50
|
||||
},
|
||||
"type": "ia.reporting.report-viewer"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "Top_Jams"
|
||||
},
|
||||
"position": {
|
||||
"tabIndex": 5
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.EndDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.endDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.StartDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.startDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"page": 1,
|
||||
"pageCount": 1,
|
||||
"source": "Statistics/Top Jams",
|
||||
"zoomLevel": 50
|
||||
},
|
||||
"type": "ia.reporting.report-viewer"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "Divert_VS_Full"
|
||||
},
|
||||
"position": {
|
||||
"tabIndex": 6
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.EndDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.endDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.StartDate": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "parent.custom.startDate"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"page": 1,
|
||||
"pageCount": 1,
|
||||
"source": "Statistics/Lane Divert vs Full"
|
||||
},
|
||||
"type": "ia.reporting.report-viewer"
|
||||
}
|
||||
],
|
||||
"custom": {
|
||||
"endDate": {
|
||||
"$": [
|
||||
"ts",
|
||||
192,
|
||||
1759234523279
|
||||
],
|
||||
"$ts": 1759234522000
|
||||
},
|
||||
"startDate": {
|
||||
"$": [
|
||||
"ts",
|
||||
192,
|
||||
1759234523279
|
||||
],
|
||||
"$ts": 1759205722000
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "Statistics"
|
||||
},
|
||||
@ -61,6 +296,7 @@
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"currentTabIndex": 6,
|
||||
"menuStyle": {
|
||||
"backgroundColor": "#FFFFFFBD",
|
||||
"fontSize": "1.0vmin",
|
||||
@ -91,6 +327,7 @@
|
||||
},
|
||||
"tabs": [
|
||||
"Sorter Statistics",
|
||||
"Sorter Summary",
|
||||
"Scan Performance",
|
||||
"Full/Recirc/Jackpot",
|
||||
"Total Scans",
|
||||
@ -189,7 +426,7 @@
|
||||
"style": {
|
||||
"fontSize": "1.5vmin"
|
||||
},
|
||||
"value": "Past Hour"
|
||||
"value": "Past 8 Hour"
|
||||
},
|
||||
"type": "ia.input.dropdown"
|
||||
},
|
||||
@ -348,7 +585,7 @@
|
||||
},
|
||||
"props": {
|
||||
"dismissOnSelect": false,
|
||||
"formattedValue": "Sep 26, 2025 12:14 PM",
|
||||
"formattedValue": "Sep 30, 2025 8:15 AM",
|
||||
"formattedValues": {
|
||||
"date": "Mar 26, 2021",
|
||||
"datetime": "Mar 26, 2021 12:00 AM",
|
||||
@ -366,9 +603,9 @@
|
||||
"$": [
|
||||
"ts",
|
||||
192,
|
||||
1758878068311
|
||||
1759234527871
|
||||
],
|
||||
"$ts": 1758874468000
|
||||
"$ts": 1759205727000
|
||||
}
|
||||
},
|
||||
"type": "ia.input.date-time-input"
|
||||
@ -519,7 +756,7 @@
|
||||
},
|
||||
"props": {
|
||||
"dismissOnSelect": false,
|
||||
"formattedValue": "Sep 26, 2025 1:14 PM",
|
||||
"formattedValue": "Sep 30, 2025 4:15 PM",
|
||||
"formattedValues": {
|
||||
"date": "Mar 29, 2021",
|
||||
"datetime": "Mar 29, 2021 1:37 PM",
|
||||
@ -537,9 +774,9 @@
|
||||
"$": [
|
||||
"ts",
|
||||
192,
|
||||
1758878068310
|
||||
1759234527871
|
||||
],
|
||||
"$ts": 1758878068000
|
||||
"$ts": 1759234527000
|
||||
}
|
||||
},
|
||||
"type": "ia.input.date-time-input"
|
||||
@ -580,8 +817,53 @@
|
||||
"text": "Highest Sorted PPH at 5 min Interval: 0 pph"
|
||||
},
|
||||
"type": "ia.container.flex"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"component": {
|
||||
"onActionPerformed": {
|
||||
"config": {
|
||||
"script": "\t#Passing start and end dates to the reports, this is to avoid re-renders\n\tstartDate \u003d self.getSibling(\"Period_not_Global_0\").custom.StartDate\n\tendDate \u003d self.getSibling(\"Period_not_Global_0\").custom.EndDate\n\t\n\tself.getSibling(\"Statistics\").custom.startDate \u003d startDate\n\tself.getSibling(\"Statistics\").custom.endDate \u003d endDate\n\t"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "Button",
|
||||
"tooltip": {
|
||||
"enabled": true,
|
||||
"text": "Clicking this button generates new report with updated times"
|
||||
}
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0312,
|
||||
"width": 0.0667,
|
||||
"x": 0.4958,
|
||||
"y": 0.0043
|
||||
},
|
||||
"props": {
|
||||
"primary": false,
|
||||
"text": "Generate New Report",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin"
|
||||
}
|
||||
},
|
||||
"type": "ia.input.button"
|
||||
}
|
||||
],
|
||||
"events": {
|
||||
"system": {
|
||||
"onStartup": {
|
||||
"config": {
|
||||
"script": "\t#Saving start and end dates on startup of view\n\tstartDate \u003d self.getChild(\"Period_not_Global_0\").custom.StartDate\n\tendDate \u003d self.getChild(\"Period_not_Global_0\").custom.EndDate\n\t\n\tself.getChild(\"Statistics\").custom.startDate \u003d startDate\n\tself.getChild(\"Statistics\").custom.endDate \u003d endDate"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
|
||||
@ -10,8 +10,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-09-26T10:20:04Z"
|
||||
"timestamp": "2025-09-30T10:46:29Z"
|
||||
},
|
||||
"lastModificationSignature": "0dfe0a26699bbd05616ead0a258a63fd726aa1fcda804207fec799b2af9d822a"
|
||||
"lastModificationSignature": "b47e8e29e3fc5499abfb136c8a61fc516bbcfce67b7985d78d5a7552394cd502"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 29 KiB |
@ -618,7 +618,7 @@
|
||||
"$": [
|
||||
"ds",
|
||||
192,
|
||||
1758882003413
|
||||
1759229188220
|
||||
],
|
||||
"$columns": [
|
||||
{
|
||||
@ -2165,7 +2165,7 @@
|
||||
"$": [
|
||||
"ds",
|
||||
192,
|
||||
1758882003444
|
||||
1759229188220
|
||||
],
|
||||
"$columns": [
|
||||
{
|
||||
@ -2217,7 +2217,7 @@
|
||||
"$": [
|
||||
"ds",
|
||||
192,
|
||||
1758882003444
|
||||
1759229188220
|
||||
],
|
||||
"$columns": [
|
||||
{
|
||||
@ -3538,7 +3538,7 @@
|
||||
"$": [
|
||||
"ds",
|
||||
192,
|
||||
1758882003413
|
||||
1759229188223
|
||||
],
|
||||
"$columns": [
|
||||
{
|
||||
@ -4880,7 +4880,7 @@
|
||||
"$": [
|
||||
"ds",
|
||||
192,
|
||||
1758882003415
|
||||
1759229188223
|
||||
],
|
||||
"$columns": [
|
||||
{
|
||||
@ -9629,7 +9629,7 @@
|
||||
"$": [
|
||||
"ds",
|
||||
192,
|
||||
1758882003415
|
||||
1759229188224
|
||||
],
|
||||
"$columns": [
|
||||
{
|
||||
@ -24962,7 +24962,7 @@
|
||||
"$": [
|
||||
"ds",
|
||||
192,
|
||||
1758882003412
|
||||
1759229188220
|
||||
],
|
||||
"$columns": [
|
||||
{
|
||||
@ -29485,7 +29485,7 @@
|
||||
},
|
||||
"props": {
|
||||
"dismissOnSelect": false,
|
||||
"formattedValue": "Sep 26, 2025 1:20 PM",
|
||||
"formattedValue": "Sep 30, 2025 1:46 PM",
|
||||
"formattedValues": {
|
||||
"date": "Mar 26, 2021",
|
||||
"datetime": "Mar 26, 2021 12:00 AM",
|
||||
@ -29503,9 +29503,9 @@
|
||||
"$": [
|
||||
"ts",
|
||||
192,
|
||||
1758882003442
|
||||
1759229188220
|
||||
],
|
||||
"$ts": 1758878403000
|
||||
"$ts": 1759225588000
|
||||
}
|
||||
},
|
||||
"type": "ia.input.date-time-input"
|
||||
@ -29656,7 +29656,7 @@
|
||||
},
|
||||
"props": {
|
||||
"dismissOnSelect": false,
|
||||
"formattedValue": "Sep 26, 2025 2:20 PM",
|
||||
"formattedValue": "Sep 30, 2025 2:46 PM",
|
||||
"formattedValues": {
|
||||
"date": "Mar 29, 2021",
|
||||
"datetime": "Mar 29, 2021 1:37 PM",
|
||||
@ -29674,9 +29674,9 @@
|
||||
"$": [
|
||||
"ts",
|
||||
192,
|
||||
1758882003442
|
||||
1759229188217
|
||||
],
|
||||
"$ts": 1758882003000
|
||||
"$ts": 1759229188000
|
||||
}
|
||||
},
|
||||
"type": "ia.input.date-time-input"
|
||||
|
||||
@ -10,8 +10,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-09-29T15:08:12Z"
|
||||
"timestamp": "2025-09-30T10:05:09Z"
|
||||
},
|
||||
"lastModificationSignature": "9ff85561bcc9b1c82d66b076daf32df80eb50c0fca5069f1012f96b42b72dc31"
|
||||
"lastModificationSignature": "880ae65065ce379c33a44ec7f5e77c3644a558dbd7f583e397877a46eda78cc6"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 36 KiB |
@ -3372,7 +3372,7 @@
|
||||
},
|
||||
"props": {
|
||||
"dismissOnSelect": false,
|
||||
"formattedValue": "Sep 29, 2025 5:08 PM",
|
||||
"formattedValue": "Sep 30, 2025 12:05 PM",
|
||||
"formattedValues": {
|
||||
"date": "Mar 26, 2021",
|
||||
"datetime": "Mar 26, 2021 12:00 AM",
|
||||
@ -3382,9 +3382,9 @@
|
||||
"$": [
|
||||
"ts",
|
||||
192,
|
||||
1759158491988
|
||||
1759226708678
|
||||
],
|
||||
"$ts": 1759151291000
|
||||
"$ts": 1759219508000
|
||||
}
|
||||
},
|
||||
"type": "ia.input.date-time-input"
|
||||
@ -3532,7 +3532,7 @@
|
||||
},
|
||||
"props": {
|
||||
"dismissOnSelect": false,
|
||||
"formattedValue": "Sep 29, 2025 7:08 PM",
|
||||
"formattedValue": "Sep 30, 2025 2:05 PM",
|
||||
"formattedValues": {
|
||||
"date": "Mar 29, 2021",
|
||||
"datetime": "Mar 29, 2021 1:37 PM",
|
||||
@ -3542,9 +3542,9 @@
|
||||
"$": [
|
||||
"ts",
|
||||
192,
|
||||
1759158491988
|
||||
1759226708678
|
||||
],
|
||||
"$ts": 1759158491000
|
||||
"$ts": 1759226708000
|
||||
}
|
||||
},
|
||||
"type": "ia.input.date-time-input"
|
||||
|
||||
@ -9,8 +9,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-09-29T15:08:12Z"
|
||||
"timestamp": "2025-09-30T12:14:54Z"
|
||||
},
|
||||
"lastModificationSignature": "3e671b12b5266677a2495110dd9e8db595b96262d45a818bcf0423d31d0d7808"
|
||||
"lastModificationSignature": "a19856f7f5015cb744a4216a8edc138b46f5fed0b76cf39b27a719f4e9ac9c13"
|
||||
}
|
||||
}
|
||||
@ -9,8 +9,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-04-25T11:57:06Z"
|
||||
"timestamp": "2025-09-30T12:14:54Z"
|
||||
},
|
||||
"lastModificationSignature": "7ef39d00076a45d443122bdf52ffb6561a1fb9c971df48b989a25025f2ef5612"
|
||||
"lastModificationSignature": "5eda481d86cbe6af428211bd3c77904eed6e4560acfe8184a2783387277c293f"
|
||||
}
|
||||
}
|
||||
@ -9,8 +9,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-04-25T11:57:06Z"
|
||||
"timestamp": "2025-09-30T10:53:46Z"
|
||||
},
|
||||
"lastModificationSignature": "0ac6b573fc55b15bce5bbd3cbd95422ac25e5debefe163617dbcf483c4cafc53"
|
||||
"lastModificationSignature": "4671f99f0c41bb250b8cd8d7f66f304fde789bc3d7b620c24de67270024642eb"
|
||||
}
|
||||
}
|
||||
@ -9,8 +9,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-09-26T09:23:16Z"
|
||||
"timestamp": "2025-09-30T12:14:54Z"
|
||||
},
|
||||
"lastModificationSignature": "bfd84236a26c26f25744172d4eaa6fcdfb914ce401546edb5654ac12c0cb3fc7"
|
||||
"lastModificationSignature": "07e80285fb25b108bd533043b849d686ae2c1cea354b05087e7418ad6d032af5"
|
||||
}
|
||||
}
|
||||
@ -9,8 +9,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-09-29T15:08:12Z"
|
||||
"timestamp": "2025-09-30T10:53:46Z"
|
||||
},
|
||||
"lastModificationSignature": "bb359db8a1e01343fb33eda82566aaee11d9c85c1f19911c62f066eddc3949d9"
|
||||
"lastModificationSignature": "aa617e5a2bf5efb130f6731e1da5b14e3db5637585be2f6cf00707c854cd60c1"
|
||||
}
|
||||
}
|
||||
@ -1,16 +0,0 @@
|
||||
{
|
||||
"scope": "A",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"data.bin"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-04-25T11:57:06Z"
|
||||
},
|
||||
"lastModificationSignature": "cdfda21ee6f832de23c067a35708900e69d1595eff034da571ffe8b26e2b69e9"
|
||||
}
|
||||
}
|
||||
@ -1,16 +0,0 @@
|
||||
{
|
||||
"scope": "A",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"data.bin"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-09-26T09:23:16Z"
|
||||
},
|
||||
"lastModificationSignature": "c2d49bee7c54744b6fbe1b53a82c6237c52d56f608c7bddbceff5db1ab8685c1"
|
||||
}
|
||||
}
|
||||
@ -9,8 +9,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-04-25T11:57:06Z"
|
||||
"timestamp": "2025-09-30T10:53:46Z"
|
||||
},
|
||||
"lastModificationSignature": "931aacd9e1ba3286e7e9769fd59c0dff5eb54b71e1e0b2d076531366c7d14921"
|
||||
"lastModificationSignature": "5d6589a22fe4d79c560b417ab4b5b5d34dab8069d723b17004809d6b4aafd4ef"
|
||||
}
|
||||
}
|
||||
@ -9,8 +9,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-04-25T11:57:06Z"
|
||||
"timestamp": "2025-09-30T10:53:46Z"
|
||||
},
|
||||
"lastModificationSignature": "b25c2801c71de27775921a11a1cf4c037f9088d20a69c6ef632ccebc0857c079"
|
||||
"lastModificationSignature": "a13610658b07bdbfe76a77da302422f58d28c055bc1468657dc2d03c1204073a"
|
||||
}
|
||||
}
|
||||
@ -1,16 +0,0 @@
|
||||
{
|
||||
"scope": "A",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"data.bin"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-04-25T11:57:06Z"
|
||||
},
|
||||
"lastModificationSignature": "b9eaaafce9c483bc837b10e5893f4be4776cf8ef9e5ad79693ffd02e0da332e6"
|
||||
}
|
||||
}
|
||||
@ -1,16 +0,0 @@
|
||||
{
|
||||
"scope": "A",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"data.bin"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-04-25T11:57:06Z"
|
||||
},
|
||||
"lastModificationSignature": "287c3a7c14b1ed135571fad5d20f519b403af9b4c0476025b32b4fe843a3e33b"
|
||||
}
|
||||
}
|
||||
@ -1,16 +0,0 @@
|
||||
{
|
||||
"scope": "A",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"data.bin"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-04-25T11:57:06Z"
|
||||
},
|
||||
"lastModificationSignature": "bba503c29887273b26709a5e0ee4e5193db5caf8a7ebb5a161b8bb1b91158b68"
|
||||
}
|
||||
}
|
||||
@ -27,7 +27,7 @@ def deviceType(self, path, props):
|
||||
|
||||
def handleTagHighlight(view, currentValue):
|
||||
tag_priority = currentValue.value
|
||||
|
||||
|
||||
# --- CASE 1: Remove all highlights by applying CLEAR class ---
|
||||
if str(tag_priority).upper() == "CLEAR":
|
||||
for child in view.rootContainer.getChildren()[0].getChildren():
|
||||
@ -38,7 +38,10 @@ def handleTagHighlight(view, currentValue):
|
||||
except:
|
||||
pass
|
||||
return False
|
||||
|
||||
|
||||
if "||" not in tag_priority:
|
||||
return
|
||||
|
||||
parts = str(tag_priority).split("||")
|
||||
|
||||
tag = parts[0]
|
||||
|
||||
@ -9,9 +9,9 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-09-29T15:08:12Z"
|
||||
"timestamp": "2025-09-29T15:20:27Z"
|
||||
},
|
||||
"hintScope": 2,
|
||||
"lastModificationSignature": "f4c805a7a2b9a133a66fce364da748644fd71a3d9e1349162a95fdd5882f3e2a"
|
||||
"lastModificationSignature": "fed5ae3429475fb225180ebea84965ceeeba3a0080a3775ef28f195a8b1c126d"
|
||||
}
|
||||
}
|
||||
31
files_server/MCM01-sad.svg
Normal file
@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="1920"
|
||||
height="1080"
|
||||
viewBox="0 0 508 285.75"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
|
||||
<defs id="defs1" />
|
||||
|
||||
<!-- First element -->
|
||||
<path
|
||||
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 87.050431,140.42833 h 7.88385 v 35.33131 h -7.92557 z"
|
||||
id="path25072"
|
||||
inkscape:label="UL15_1"
|
||||
onclick="window.system.perspective.sendMessage('svgClick', {id:'path25072'})" />
|
||||
|
||||
<!-- Second element -->
|
||||
<path
|
||||
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 87.115531,139.95472 0.18518,-7.76481 c 1.51729,-4.83339 4.58056,-7.79927 8.86411,-10.34495 l 3.914529,6.93517 c -2.984989,1.33473 -4.229119,3.34824 -4.999079,6.51743 l -0.0874,4.67802 z"
|
||||
id="path26615"
|
||||
inkscape:label="UL15_2"
|
||||
onclick="window.system.perspective.sendMessage('svgClick', {id:'path26615'})" />
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@ -24,12 +24,12 @@
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:zoom="1.5857184"
|
||||
inkscape:cx="984.41189"
|
||||
inkscape:cy="372.70175"
|
||||
inkscape:cx="984.41186"
|
||||
inkscape:cy="372.70174"
|
||||
inkscape:window-width="3840"
|
||||
inkscape:window-height="2036"
|
||||
inkscape:window-x="-11"
|
||||
inkscape:window-y="-3"
|
||||
inkscape:window-x="3829"
|
||||
inkscape:window-y="-11"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1" /><defs
|
||||
id="defs1"><clipPath
|
||||
@ -142,18 +142,21 @@
|
||||
id="clipPath23935"><path
|
||||
d="M 1126,0 H 3737 V 5796 H 1126 V 0"
|
||||
transform="matrix(0,-1,-1,0,5714,2172)"
|
||||
id="path23935" /></clipPath></defs><g
|
||||
id="path23935"
|
||||
onclick="window.system.perspective.sendMessage('svgClick', {id:'path25072'})" /></clipPath></defs><g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
style="display:inline"><path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 17.513137,116.02606 h 7.883849 v 35.33131 h -7.925563 z"
|
||||
id="path25072" /><path
|
||||
id="path25072"
|
||||
inkscape:label="UL15_1" /><path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 17.578237,115.55245 0.185181,-7.76481 c 1.517289,-4.83339 4.580567,-7.799271 8.864116,-10.344944 l 3.914525,6.935164 c -2.984985,1.33473 -4.229119,3.34824 -4.999076,6.51743 l -0.08744,4.67802 z"
|
||||
d="m 17.578237,115.55245 0.185181,-7.76481 c 1.517289,-4.83339 4.580567,-7.799271 8.864116,-10.344944 l 3.914525,6.935164 c -2.984985,1.33473 -4.229119,3.34824 -4.999076,6.51743 l -0.08744,4.67802 z"
|
||||
id="path26615"
|
||||
sodipodi:nodetypes="ccccccc" /><path
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
inkscape:label="UL15_2" /><path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 72.20209,125.20076 h 7.883848 v 53.73674 h -7.925561 z"
|
||||
id="path26618" /><path
|
||||
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |