fixes in the filter, missing properties from the object. Minor adjustments in the overview
This commit is contained in:
parent
4b6af68bf1
commit
671be46a69
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,210 @@
|
||||
{
|
||||
"custom": {
|
||||
"alarmHighlight": "",
|
||||
"alarm_filter": {
|
||||
"magnificaiton": "x2",
|
||||
"show_VFD": true,
|
||||
"show_beacons": true,
|
||||
"show_buttons": true,
|
||||
"show_camera_jams": true,
|
||||
"show_dpm_mcm": true,
|
||||
"show_encoders": true,
|
||||
"show_epc": true,
|
||||
"show_fio_safety": true,
|
||||
"show_map": true,
|
||||
"show_photoeyes": true,
|
||||
"show_px": true
|
||||
},
|
||||
"areaHover": [],
|
||||
"currentGraphic": "Windows/Graphics/Overview",
|
||||
"demoHighlight": "",
|
||||
"dexmanager": {
|
||||
"config": {
|
||||
"font": "bold 12px Arial",
|
||||
"highlight": "#ff0"
|
||||
},
|
||||
"show": {
|
||||
"Beacons": false,
|
||||
"ConveyorLabels": true,
|
||||
"ConveyorPatterns": true,
|
||||
"Conveyors": true,
|
||||
"DivertPaddles": true,
|
||||
"EIPs": false,
|
||||
"Encoders": false,
|
||||
"Estops": false,
|
||||
"Gaylords": true,
|
||||
"LimitSwitches": false,
|
||||
"MCPs": false,
|
||||
"PhotoEyes": false,
|
||||
"PushButtons": false,
|
||||
"Scanners": false,
|
||||
"VFDs": false
|
||||
}
|
||||
},
|
||||
"fc": "BNA8",
|
||||
"heatmapSettings": {
|
||||
"alarms": [],
|
||||
"alarmsText": "",
|
||||
"data": {
|
||||
"$": [
|
||||
"ds",
|
||||
192,
|
||||
1754654890875
|
||||
],
|
||||
"$columns": [
|
||||
{
|
||||
"data": [],
|
||||
"name": "firsttime",
|
||||
"type": "Date"
|
||||
},
|
||||
{
|
||||
"data": [],
|
||||
"name": "lasttime",
|
||||
"type": "Date"
|
||||
},
|
||||
{
|
||||
"data": [],
|
||||
"name": "duration",
|
||||
"type": "String"
|
||||
},
|
||||
{
|
||||
"data": [],
|
||||
"name": "count",
|
||||
"type": "Long"
|
||||
},
|
||||
{
|
||||
"data": [],
|
||||
"name": "device",
|
||||
"type": "String"
|
||||
},
|
||||
{
|
||||
"data": [],
|
||||
"name": "description",
|
||||
"type": "String"
|
||||
}
|
||||
]
|
||||
},
|
||||
"devices": [],
|
||||
"devicesText": "",
|
||||
"enabled": false,
|
||||
"shifts": [],
|
||||
"shiftsText": "",
|
||||
"time": {
|
||||
"end": "2020-07-30 00:00:00",
|
||||
"start": "2020-07-29 00:00:00"
|
||||
}
|
||||
},
|
||||
"searchId": "value",
|
||||
"timewidget": {
|
||||
"endDate": {
|
||||
"$": [
|
||||
"ts",
|
||||
192,
|
||||
1604092861010
|
||||
],
|
||||
"$ts": 1604116800000
|
||||
},
|
||||
"mode": "currentDay",
|
||||
"startDate": {
|
||||
"$": [
|
||||
"ts",
|
||||
192,
|
||||
1604092861010
|
||||
],
|
||||
"$ts": 1604030400000
|
||||
},
|
||||
"update": {
|
||||
"$": [
|
||||
"ts",
|
||||
192,
|
||||
1604092861010
|
||||
],
|
||||
"$ts": 1604092861010
|
||||
}
|
||||
}
|
||||
},
|
||||
"propConfig": {
|
||||
"custom.dexmanager.highlight": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"struct": {
|
||||
"alarm": "{this.custom.alarmHighlight}",
|
||||
"demo": "{this.custom.demoHighlight}",
|
||||
"toggle": "{[default]Gateway/ToggleTag}"
|
||||
},
|
||||
"waitOnAll": true
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"code": "\thighlights \u003d []\n\t# Add alarm highlight:\n\tif len(value.alarm) \u003e 0:\n\t\thighlights.append({\n\t\t\t\"color\": \"#F00\" if value.toggle else \"#FF0\",\n\t\t\t\"keys\": [value.alarm]\n\t\t})\n\t\tif \".\" in value.alarm:\n\t\t\thighlights.append({\n\t\t\t\t\"color\": \"#F00\" if value.toggle else \"#FF0\",\n\t\t\t\t\"keys\": [value.alarm.split(\".\")[0], \"conveyor\"]\n\t\t\t})\n\t# Add demo highlight:\n\tif False and len(value.demo) \u003e 0:\n\t\thighlights.append({\n\t\t\t\"color\": \"#F00\" if value.toggle else \"#FF0\",\n\t\t\t\"keys\": [\"conveyor\", value.demo]\n\t\t})\n\treturn highlights",
|
||||
"type": "script"
|
||||
}
|
||||
],
|
||||
"type": "expr-struct"
|
||||
}
|
||||
},
|
||||
"custom.isMobile": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": "indexOf(lower({session.props.device.userAgent}), \"mobile\")\u003e\u003d0"
|
||||
},
|
||||
"type": "expr"
|
||||
}
|
||||
},
|
||||
"props.auth": {
|
||||
"access": "PRIVATE",
|
||||
"persistent": false
|
||||
},
|
||||
"props.device.accelerometer": {
|
||||
"access": "SYSTEM",
|
||||
"persistent": false
|
||||
},
|
||||
"props.device.identifier": {
|
||||
"access": "SYSTEM",
|
||||
"persistent": false
|
||||
},
|
||||
"props.device.timezone": {
|
||||
"access": "SYSTEM",
|
||||
"persistent": false
|
||||
},
|
||||
"props.device.type": {
|
||||
"access": "SYSTEM",
|
||||
"persistent": false
|
||||
},
|
||||
"props.device.userAgent": {
|
||||
"access": "SYSTEM",
|
||||
"persistent": false
|
||||
},
|
||||
"props.gateway": {
|
||||
"access": "SYSTEM",
|
||||
"persistent": false
|
||||
},
|
||||
"props.geolocation.data": {
|
||||
"access": "SYSTEM",
|
||||
"persistent": false
|
||||
},
|
||||
"props.geolocation.permissionGranted": {
|
||||
"access": "SYSTEM",
|
||||
"persistent": false
|
||||
},
|
||||
"props.host": {
|
||||
"access": "SYSTEM",
|
||||
"persistent": false
|
||||
},
|
||||
"props.id": {
|
||||
"access": "SYSTEM",
|
||||
"persistent": false
|
||||
},
|
||||
"props.lastActivity": {
|
||||
"access": "SYSTEM",
|
||||
"persistent": false
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"address": "127.0.0.1",
|
||||
"device": {},
|
||||
"geolocation": {},
|
||||
"locale": "en-US",
|
||||
"timeZoneId": "Asia/Tbilisi"
|
||||
}
|
||||
}
|
||||
@ -17,11 +17,20 @@
|
||||
"height": 1,
|
||||
"width": 1
|
||||
},
|
||||
"propConfig": {
|
||||
"props.source": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": "\"http://127.0.0.1:5500/MCM01.svg?var\" + toMillis(now(1000))"
|
||||
},
|
||||
"type": "expr"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"fit": {
|
||||
"mode": "fill"
|
||||
},
|
||||
"source": "/system/images/overview.svg"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.image"
|
||||
},
|
||||
@ -43,8 +52,8 @@
|
||||
"position": {
|
||||
"height": 0.0333,
|
||||
"width": 0.0646,
|
||||
"x": 0.1448,
|
||||
"y": 0.5796
|
||||
"x": 0.0616,
|
||||
"y": 0.6633
|
||||
},
|
||||
"props": {
|
||||
"primary": false,
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 70 KiB |
@ -0,0 +1,908 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {
|
||||
"alwaysShowAll": false,
|
||||
"isClickable": true,
|
||||
"isRightOfSorter": false,
|
||||
"mirror": false,
|
||||
"tagPath": "[default]MCP20/SO01/So01_CH01"
|
||||
},
|
||||
"propConfig": {
|
||||
"params.alwaysShowAll": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.isClickable": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.isRightOfSorter": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.mirror": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.tagPath": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 20,
|
||||
"width": 60
|
||||
},
|
||||
"loading": {
|
||||
"mode": "blocking"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tself.parent.openPopup()"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "Conveyor"
|
||||
},
|
||||
"position": {
|
||||
"height": 20,
|
||||
"width": 38,
|
||||
"x": 22
|
||||
},
|
||||
"propConfig": {
|
||||
"meta.visible": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"fallbackDelay": 2.5,
|
||||
"mode": "indirect",
|
||||
"references": {
|
||||
"tagPath": "{view.params.tagPath}"
|
||||
},
|
||||
"tagPath": "{tagPath}/CH/IsChuteMode"
|
||||
},
|
||||
"overlayOptOut": true,
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "coalesce({value}, true)",
|
||||
"type": "expression"
|
||||
}
|
||||
],
|
||||
"type": "tag"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"config": {
|
||||
"enableHighlight": false,
|
||||
"isClickable": false,
|
||||
"showLabel": false,
|
||||
"type": "bar"
|
||||
},
|
||||
"status": {
|
||||
"color": "#FFF"
|
||||
}
|
||||
},
|
||||
"type": "dex.display.conveyor"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tself.parent.openPopup()"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "Gaylord"
|
||||
},
|
||||
"position": {
|
||||
"height": 16,
|
||||
"width": 16,
|
||||
"x": 22,
|
||||
"y": 2
|
||||
},
|
||||
"propConfig": {
|
||||
"meta.visible": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": "try( tag({view.params.tagPath}+\"/CH/IsCartMode\")\r\n\t||tag({view.params.tagPath}+\"/CH/IsGLLMode\"),\r\n\ttrue\r\n)"
|
||||
},
|
||||
"type": "expr"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"config": {
|
||||
"enableHighlight": false,
|
||||
"isClickable": false
|
||||
}
|
||||
},
|
||||
"type": "dex.display.gaylord"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tself.parent.openPopup()"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "Chute"
|
||||
},
|
||||
"position": {
|
||||
"height": 20,
|
||||
"rotate": {
|
||||
"anchor": "0 0"
|
||||
},
|
||||
"width": 23
|
||||
},
|
||||
"propConfig": {
|
||||
"props.config.isClickable": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": "!{view.params.isClickable}"
|
||||
},
|
||||
"type": "expr"
|
||||
}
|
||||
},
|
||||
"props.status": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"fallbackDelay": 2.5,
|
||||
"mode": "indirect",
|
||||
"references": {
|
||||
"tagPath": "{view.params.tagPath}"
|
||||
},
|
||||
"tagPath": "{tagPath}/CH/Graphics"
|
||||
},
|
||||
"overlayOptOut": true,
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)",
|
||||
"type": "expression"
|
||||
}
|
||||
],
|
||||
"type": "tag"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"config": {
|
||||
"showLabel": false
|
||||
}
|
||||
},
|
||||
"type": "dex.display.conveyor"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "LS1"
|
||||
},
|
||||
"position": {
|
||||
"height": 6,
|
||||
"width": 6,
|
||||
"x": 19,
|
||||
"y": 14
|
||||
},
|
||||
"propConfig": {
|
||||
"props.status": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"fallbackDelay": 2.5,
|
||||
"mode": "indirect",
|
||||
"references": {
|
||||
"tagPath": "{view.params.tagPath}"
|
||||
},
|
||||
"tagPath": "{tagPath}/LS1/Graphics"
|
||||
},
|
||||
"overlayOptOut": true,
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "jsonSet({value}, \"tooltip\", replace(jsonGet({value}, \"tooltip\"), \"\u003cbr\u003e\", \" (GR Presence)\u003cbr\u003e\"))",
|
||||
"type": "expression"
|
||||
},
|
||||
{
|
||||
"expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)",
|
||||
"type": "expression"
|
||||
}
|
||||
],
|
||||
"type": "tag"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"config": {
|
||||
"showLabel": false
|
||||
}
|
||||
},
|
||||
"type": "dex.display.limitswitch"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "BCN1_GRN"
|
||||
},
|
||||
"position": {
|
||||
"height": 5,
|
||||
"rotate": {
|
||||
"angle": "-90deg"
|
||||
},
|
||||
"width": 5,
|
||||
"x": 5,
|
||||
"y": 15
|
||||
},
|
||||
"propConfig": {
|
||||
"position.x": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": "if({../BCN1_AMB.meta.visible}, 10, 5)"
|
||||
},
|
||||
"type": "expr"
|
||||
},
|
||||
"persistent": true
|
||||
},
|
||||
"props.status": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"fallbackDelay": 2.5,
|
||||
"mode": "indirect",
|
||||
"references": {
|
||||
"tagPath": "{view.params.tagPath}"
|
||||
},
|
||||
"tagPath": "{tagPath}/BCN1/GRN/Graphics"
|
||||
},
|
||||
"overlayOptOut": true,
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)",
|
||||
"type": "expression"
|
||||
}
|
||||
],
|
||||
"type": "tag"
|
||||
}
|
||||
},
|
||||
"props.style.transform": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.mirror"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": null,
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "scale(-1, 1)"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": "dex.display.beacon"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "BCN1_AMB",
|
||||
"visible": false
|
||||
},
|
||||
"position": {
|
||||
"height": 5,
|
||||
"rotate": {
|
||||
"angle": "-90deg"
|
||||
},
|
||||
"width": 5,
|
||||
"x": 5,
|
||||
"y": 15
|
||||
},
|
||||
"propConfig": {
|
||||
"meta.visible": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"fallbackDelay": 2.5,
|
||||
"mode": "indirect",
|
||||
"references": {
|
||||
"tagPath": "{view.params.tagPath}"
|
||||
},
|
||||
"tagPath": "{tagPath}/BCN1/AMB/Graphics"
|
||||
},
|
||||
"overlayOptOut": true,
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "isGood({value})",
|
||||
"type": "expression"
|
||||
}
|
||||
],
|
||||
"type": "tag"
|
||||
},
|
||||
"persistent": true
|
||||
},
|
||||
"props.status": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"fallbackDelay": 2.5,
|
||||
"mode": "indirect",
|
||||
"references": {
|
||||
"tagPath": "{view.params.tagPath}"
|
||||
},
|
||||
"tagPath": "{tagPath}/BCN1/AMB/Graphics"
|
||||
},
|
||||
"overlayOptOut": true,
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)",
|
||||
"type": "expression"
|
||||
}
|
||||
],
|
||||
"type": "tag"
|
||||
}
|
||||
},
|
||||
"props.style.transform": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.mirror"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": null,
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "scale(-1, 1)"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": "dex.display.beacon"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "BCN1_BLU"
|
||||
},
|
||||
"position": {
|
||||
"height": 5,
|
||||
"rotate": {
|
||||
"angle": "-90deg"
|
||||
},
|
||||
"width": 5,
|
||||
"y": 15
|
||||
},
|
||||
"propConfig": {
|
||||
"props.status": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"fallbackDelay": 2.5,
|
||||
"mode": "indirect",
|
||||
"references": {
|
||||
"tagPath": "{view.params.tagPath}"
|
||||
},
|
||||
"tagPath": "{tagPath}/BCN1/BLU/Graphics"
|
||||
},
|
||||
"overlayOptOut": true,
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)",
|
||||
"type": "expression"
|
||||
}
|
||||
],
|
||||
"type": "tag"
|
||||
}
|
||||
},
|
||||
"props.style.transform": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.mirror"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": null,
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "scale(-1, 1)"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": "dex.display.beacon"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "GS1_ENABLE"
|
||||
},
|
||||
"position": {
|
||||
"height": 6,
|
||||
"width": 6,
|
||||
"x": 38,
|
||||
"y": 14
|
||||
},
|
||||
"propConfig": {
|
||||
"props.status": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"fallbackDelay": 2.5,
|
||||
"mode": "indirect",
|
||||
"references": {
|
||||
"tagPath": "{view.params.tagPath}"
|
||||
},
|
||||
"tagPath": "{tagPath}/GS1/Enable/Graphics"
|
||||
},
|
||||
"overlayOptOut": true,
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)",
|
||||
"type": "expression"
|
||||
}
|
||||
],
|
||||
"type": "tag"
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": "dex.display.pushbutton"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PE3"
|
||||
},
|
||||
"position": {
|
||||
"height": 6,
|
||||
"rotate": {
|
||||
"anchor": "0 50%"
|
||||
},
|
||||
"width": 8,
|
||||
"x": 3,
|
||||
"y": 2
|
||||
},
|
||||
"propConfig": {
|
||||
"props.status": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"fallbackDelay": 2.5,
|
||||
"mode": "indirect",
|
||||
"references": {
|
||||
"tagPath": "{view.params.tagPath}"
|
||||
},
|
||||
"tagPath": "{tagPath}/PE3/Graphics"
|
||||
},
|
||||
"overlayOptOut": true,
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "jsonSet({value}, \"tooltip\", replace(jsonGet({value}, \"tooltip\"), \"\u003cbr\u003e\", \" (GL 100% Full)\u003cbr\u003e\"))",
|
||||
"type": "expression"
|
||||
},
|
||||
{
|
||||
"expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)",
|
||||
"type": "expression"
|
||||
}
|
||||
],
|
||||
"type": "tag"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"config": {
|
||||
"type": "diffuse"
|
||||
}
|
||||
},
|
||||
"type": "dex.display.photoeye"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PE4"
|
||||
},
|
||||
"position": {
|
||||
"height": 6,
|
||||
"rotate": {
|
||||
"anchor": "0 50%",
|
||||
"angle": "-45deg"
|
||||
},
|
||||
"width": 8,
|
||||
"x": 5,
|
||||
"y": 10
|
||||
},
|
||||
"propConfig": {
|
||||
"props.status": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"fallbackDelay": 2.5,
|
||||
"mode": "indirect",
|
||||
"references": {
|
||||
"tagPath": "{view.params.tagPath}"
|
||||
},
|
||||
"tagPath": "{tagPath}/PE4/Graphics"
|
||||
},
|
||||
"overlayOptOut": true,
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "jsonSet({value}, \"tooltip\", replace(jsonGet({value}, \"tooltip\"), \"\u003cbr\u003e\", \" (GL Presence)\u003cbr\u003e\"))",
|
||||
"type": "expression"
|
||||
},
|
||||
{
|
||||
"expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)",
|
||||
"type": "expression"
|
||||
}
|
||||
],
|
||||
"type": "tag"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"config": {
|
||||
"type": "diffuse"
|
||||
}
|
||||
},
|
||||
"type": "dex.display.photoeye"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PE2"
|
||||
},
|
||||
"position": {
|
||||
"height": 6,
|
||||
"width": 28,
|
||||
"x": 13,
|
||||
"y": 7
|
||||
},
|
||||
"propConfig": {
|
||||
"props.status": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"fallbackDelay": 2.5,
|
||||
"mode": "indirect",
|
||||
"references": {
|
||||
"tagPath": "{view.params.tagPath}"
|
||||
},
|
||||
"tagPath": "{tagPath}/PE2/Graphics"
|
||||
},
|
||||
"overlayOptOut": true,
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "jsonSet({value}, \"tooltip\", replace(jsonGet({value}, \"tooltip\"), \"\u003cbr\u003e\", \" (GR 50% Full)\u003cbr\u003e\"))",
|
||||
"type": "expression"
|
||||
},
|
||||
{
|
||||
"expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)",
|
||||
"type": "expression"
|
||||
}
|
||||
],
|
||||
"type": "tag"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"config": {
|
||||
"type": "diffuse"
|
||||
}
|
||||
},
|
||||
"type": "dex.display.photoeye"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PE1B"
|
||||
},
|
||||
"position": {
|
||||
"height": 6,
|
||||
"rotate": {
|
||||
"anchor": "0 50%"
|
||||
},
|
||||
"width": 20,
|
||||
"x": 15
|
||||
},
|
||||
"propConfig": {
|
||||
"position.rotate.angle": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.isRightOfSorter"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "-45deg",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "45deg"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"position.y": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.isRightOfSorter"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": 14,
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": 0
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.status": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"fallbackDelay": 2.5,
|
||||
"mode": "indirect",
|
||||
"references": {
|
||||
"tagPath": "{view.params.tagPath}"
|
||||
},
|
||||
"tagPath": "{tagPath}/PE1B/Graphics"
|
||||
},
|
||||
"overlayOptOut": true,
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "jsonSet({value}, \"tooltip\", replace(jsonGet({value}, \"tooltip\"), \"\u003cbr\u003e\", \" (GR 100% Full)\u003cbr\u003e\"))",
|
||||
"type": "expression"
|
||||
},
|
||||
{
|
||||
"expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)",
|
||||
"type": "expression"
|
||||
}
|
||||
],
|
||||
"type": "tag"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"config": {
|
||||
"type": "diffuse"
|
||||
}
|
||||
},
|
||||
"type": "dex.display.photoeye"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PE1A"
|
||||
},
|
||||
"position": {
|
||||
"height": 6,
|
||||
"rotate": {
|
||||
"anchor": "0 50%"
|
||||
},
|
||||
"width": 20,
|
||||
"x": 15
|
||||
},
|
||||
"propConfig": {
|
||||
"position.rotate.angle": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.isRightOfSorter"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "45deg",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "-45deg"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"position.y": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.isRightOfSorter"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": 0,
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": 14
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.status": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"fallbackDelay": 2.5,
|
||||
"mode": "indirect",
|
||||
"references": {
|
||||
"tagPath": "{view.params.tagPath}"
|
||||
},
|
||||
"tagPath": "{tagPath}/PE1A/Graphics"
|
||||
},
|
||||
"overlayOptOut": true,
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "jsonSet({value}, \"tooltip\", replace(jsonGet({value}, \"tooltip\"), \"\u003cbr\u003e\", \" (GR 100% Full)\u003cbr\u003e\"))",
|
||||
"type": "expression"
|
||||
},
|
||||
{
|
||||
"expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)",
|
||||
"type": "expression"
|
||||
}
|
||||
],
|
||||
"type": "tag"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"config": {
|
||||
"type": "diffuse"
|
||||
}
|
||||
},
|
||||
"type": "dex.display.photoeye"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "RS1_RESTART"
|
||||
},
|
||||
"position": {
|
||||
"height": 6,
|
||||
"width": 6,
|
||||
"x": 44,
|
||||
"y": 14
|
||||
},
|
||||
"propConfig": {
|
||||
"props.status": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"fallbackDelay": 2.5,
|
||||
"mode": "indirect",
|
||||
"references": {
|
||||
"tagPath": "{view.params.tagPath}"
|
||||
},
|
||||
"tagPath": "{tagPath}/RS1/Restart/Graphics"
|
||||
},
|
||||
"overlayOptOut": true,
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)",
|
||||
"type": "expression"
|
||||
}
|
||||
],
|
||||
"type": "tag"
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": "dex.display.pushbutton"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "FIO1"
|
||||
},
|
||||
"position": {
|
||||
"height": 5,
|
||||
"width": 10,
|
||||
"x": 50,
|
||||
"y": 15
|
||||
},
|
||||
"propConfig": {
|
||||
"props.status": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"fallbackDelay": 2.5,
|
||||
"mode": "indirect",
|
||||
"references": {
|
||||
"tagPath": "{view.params.tagPath}"
|
||||
},
|
||||
"tagPath": "{tagPath}/FIO1/Graphics"
|
||||
},
|
||||
"overlayOptOut": true,
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)",
|
||||
"type": "expression"
|
||||
}
|
||||
],
|
||||
"type": "tag"
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": "dex.display.eip"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"propConfig": {
|
||||
"props.style.transform": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.mirror"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": null,
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "scale(1, -1)"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"style": {
|
||||
"overflow": "hidden"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"customMethods": [
|
||||
{
|
||||
"name": "openPopup",
|
||||
"params": [],
|
||||
"script": "\tif self.view.params.isClickable:\n\t\tid \u003d \"FlexChute|\" + self.view.params.tagPath\n\t\ttitle \u003d utils.prettyName(self.view.params.tagPath.split(\"/\")[-1])\n\t\tparams \u003d { \n\t\t\t\"deviceType\": \"chutedestination\",\n\t\t\t\"props\": { \n\t\t\t\t\"config\": {\n\t\t\t\t\t\"alwaysShowAll\": self.view.params.alwaysShowAll,\n\t\t\t\t\t\"isClickable\": self.view.params.isClickable,\n\t\t\t\t\t\"isRightOfSorter\": self.view.params.isRightOfSorter,\n\t\t\t\t\t\"mirror\": self.view.params.mirror\n\t\t\t\t},\n\t\t\t\t\"status\": {\n\t\t\t\t\t\"tagPath\": self.view.params.tagPath\n\t\t\t\t}\n\t\t \t},\n\t\t \t\"tabs\": [\"Controls\", \"Alarm History\", \"Devices\"]\t\t\n\t\t}\n\t\tsystem.perspective.openPopup(id, \"Popups/DeviceWrapper\", params, title, resizable \u003d True)"
|
||||
}
|
||||
],
|
||||
"extensionFunctions": null,
|
||||
"messageHandlers": []
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,535 +0,0 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 2529,
|
||||
"width": 4892
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "HSS_Inbound"
|
||||
},
|
||||
"position": {
|
||||
"height": 651,
|
||||
"width": 1687,
|
||||
"x": 122,
|
||||
"y": 1868.22
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Graphics/Templates/HSS_Inbound",
|
||||
"style": {
|
||||
"classes": "painted-events"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "HSS_Singulator"
|
||||
},
|
||||
"position": {
|
||||
"height": 1601,
|
||||
"width": 949,
|
||||
"x": 10,
|
||||
"y": 301
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Graphics/Templates/HSS_Singulator",
|
||||
"style": {
|
||||
"classes": "painted-events"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "HSS_Sorter"
|
||||
},
|
||||
"position": {
|
||||
"height": 1973,
|
||||
"width": 4223,
|
||||
"x": 522,
|
||||
"y": 10
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Graphics/Templates/HSS_Sorter",
|
||||
"style": {
|
||||
"classes": "painted-events"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "OXD_Inbound"
|
||||
},
|
||||
"position": {
|
||||
"height": 800,
|
||||
"width": 636,
|
||||
"x": 1802,
|
||||
"y": 1450
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Graphics/Templates/OXD_Inbound",
|
||||
"style": {
|
||||
"classes": "painted-events"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "OXD_Singulator"
|
||||
},
|
||||
"position": {
|
||||
"height": 508,
|
||||
"width": 1103,
|
||||
"x": 2076,
|
||||
"y": 1032
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Graphics/Templates/OXD_Singulator",
|
||||
"style": {
|
||||
"classes": "painted-events"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "OXD_Sorter"
|
||||
},
|
||||
"position": {
|
||||
"height": 517,
|
||||
"width": 1434,
|
||||
"x": 2983,
|
||||
"y": 1033
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Graphics/Templates/OXD_Sorter",
|
||||
"style": {
|
||||
"classes": "painted-events"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "OXD_Problem_Solve"
|
||||
},
|
||||
"position": {
|
||||
"height": 286,
|
||||
"width": 928,
|
||||
"x": 2530,
|
||||
"y": 1125
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Graphics/Templates/OXD_Problem_Solve",
|
||||
"style": {
|
||||
"classes": "painted-events"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "Runout"
|
||||
},
|
||||
"position": {
|
||||
"height": 1467,
|
||||
"width": 709,
|
||||
"x": 4172,
|
||||
"y": 841
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Graphics/Templates/Runout",
|
||||
"style": {
|
||||
"classes": "painted-events"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "NavButton_HSS_Inbound"
|
||||
},
|
||||
"position": {
|
||||
"height": 40,
|
||||
"width": 106,
|
||||
"x": 1017,
|
||||
"y": 1740
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"enableTooltip": true,
|
||||
"label": null,
|
||||
"tagPath": "[default]HSSInboundStatus",
|
||||
"view": ""
|
||||
},
|
||||
"path": "Templates/Buttons/NavButton",
|
||||
"style": {
|
||||
"transform": "scale(4)"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "NavButton_HSS_Singulator"
|
||||
},
|
||||
"position": {
|
||||
"height": 40,
|
||||
"width": 125,
|
||||
"x": 497,
|
||||
"y": 920
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"enableTooltip": true,
|
||||
"label": null,
|
||||
"tagPath": "[default]HSSSingulatorStatus",
|
||||
"view": ""
|
||||
},
|
||||
"path": "Templates/Buttons/NavButton",
|
||||
"style": {
|
||||
"transform": "scale(4)"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "NavButton_HSS_Sorter"
|
||||
},
|
||||
"position": {
|
||||
"height": 40,
|
||||
"width": 95,
|
||||
"x": 1760,
|
||||
"y": 120
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"enableTooltip": true,
|
||||
"label": null,
|
||||
"tagPath": "[default]HSSSorterStatus",
|
||||
"view": ""
|
||||
},
|
||||
"path": "Templates/Buttons/NavButton",
|
||||
"style": {
|
||||
"transform": "scale(4)"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "NavButton_OXD_Inbound"
|
||||
},
|
||||
"position": {
|
||||
"height": 40,
|
||||
"width": 110,
|
||||
"x": 2537,
|
||||
"y": 2000
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"enableTooltip": true,
|
||||
"label": null,
|
||||
"tagPath": "[default]OXDInboundStatus",
|
||||
"view": ""
|
||||
},
|
||||
"path": "Templates/Buttons/NavButton",
|
||||
"style": {
|
||||
"transform": "scale(4)"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "NavButton_OXD_Singulator"
|
||||
},
|
||||
"position": {
|
||||
"height": 40,
|
||||
"width": 128,
|
||||
"x": 2797,
|
||||
"y": 1640
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"enableTooltip": true,
|
||||
"label": null,
|
||||
"tagPath": "[default]OXDSingulatorStatus",
|
||||
"view": ""
|
||||
},
|
||||
"path": "Templates/Buttons/NavButton",
|
||||
"style": {
|
||||
"transform": "scale(4)"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "NavButton_OXD_Sorter"
|
||||
},
|
||||
"position": {
|
||||
"height": 40,
|
||||
"width": 97,
|
||||
"x": 3774,
|
||||
"y": 1266
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"enableTooltip": true,
|
||||
"label": null,
|
||||
"tagPath": "[default]OXDSorterStatus",
|
||||
"view": ""
|
||||
},
|
||||
"path": "Templates/Buttons/NavButton",
|
||||
"style": {
|
||||
"transform": "scale(4)"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "NavButton_OXD_Problem_Solve"
|
||||
},
|
||||
"position": {
|
||||
"height": 40,
|
||||
"width": 150,
|
||||
"x": 3007,
|
||||
"y": 910
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"enableTooltip": true,
|
||||
"label": null,
|
||||
"tagPath": "[default]OXDProblemSolveStatus",
|
||||
"view": ""
|
||||
},
|
||||
"path": "Templates/Buttons/NavButton",
|
||||
"style": {
|
||||
"transform": "scale(4)"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "NavButton_Runout"
|
||||
},
|
||||
"position": {
|
||||
"height": 40,
|
||||
"width": 74,
|
||||
"x": 4607,
|
||||
"y": 1662
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"enableTooltip": true,
|
||||
"label": null,
|
||||
"tagPath": "[default]RunoutStatus",
|
||||
"view": ""
|
||||
},
|
||||
"path": "Templates/Buttons/NavButton",
|
||||
"style": {
|
||||
"transform": "scale(4)"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"system": {
|
||||
"onStartup": {
|
||||
"config": {
|
||||
"script": "\tif system.perspective.isAuthorized(True, [\u0027Authenticated/Roles/Maintenance\u0027]):\n\t\tself.meta.visible \u003d True\n\telse:\n\t\tself.meta.visible \u003d False"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "StartStopSystem",
|
||||
"visible": false
|
||||
},
|
||||
"position": {
|
||||
"height": 40,
|
||||
"width": 125,
|
||||
"x": 1190,
|
||||
"y": 982
|
||||
},
|
||||
"props": {
|
||||
"loading": {
|
||||
"order": "with-parent"
|
||||
},
|
||||
"params": {
|
||||
"label": "",
|
||||
"tagPaths": [
|
||||
"[default]MCP01/MCP01",
|
||||
"[default]MCP02/MCP02",
|
||||
"[default]MCP03/MCP03",
|
||||
"[default]MCP20/MCP20",
|
||||
"[default]MCP21/MCP21"
|
||||
],
|
||||
"view": "Windows/Graphics/Overview"
|
||||
},
|
||||
"path": "Templates/Buttons/StartStopSystem",
|
||||
"style": {
|
||||
"transform": "scale(4)"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"system": {
|
||||
"onStartup": {
|
||||
"config": {
|
||||
"script": "\tif system.perspective.isAuthorized(True, [\u0027Authenticated/Roles/Maintenance\u0027]):\n\t\tself.meta.visible \u003d True\n\telse:\n\t\tself.meta.visible \u003d False"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "StartStopHSS",
|
||||
"visible": false
|
||||
},
|
||||
"position": {
|
||||
"height": 40,
|
||||
"width": 125,
|
||||
"x": 1190,
|
||||
"y": 1172
|
||||
},
|
||||
"props": {
|
||||
"loading": {
|
||||
"order": "with-parent"
|
||||
},
|
||||
"params": {
|
||||
"label": "",
|
||||
"tagPath": "[default]HSSStatus",
|
||||
"tagPaths": [
|
||||
"[default]MCP02/MCP02",
|
||||
"[default]MCP03/MCP03",
|
||||
"[default]MCP21/MCP21"
|
||||
],
|
||||
"view": "Windows/Graphics/Overview"
|
||||
},
|
||||
"path": "Templates/Buttons/StartStopSystem",
|
||||
"style": {
|
||||
"transform": "scale(4)"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"system": {
|
||||
"onStartup": {
|
||||
"config": {
|
||||
"script": "\tif system.perspective.isAuthorized(True, [\u0027Authenticated/Roles/Maintenance\u0027]):\n\t\t\tself.meta.visible \u003d True\n\telse:\n\t\t\tself.meta.visible \u003d False"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "StartStopOXD",
|
||||
"visible": false
|
||||
},
|
||||
"position": {
|
||||
"height": 40,
|
||||
"width": 125,
|
||||
"x": 1190,
|
||||
"y": 1362
|
||||
},
|
||||
"props": {
|
||||
"loading": {
|
||||
"order": "with-parent"
|
||||
},
|
||||
"params": {
|
||||
"label": "",
|
||||
"tagPath": "[default]OXDStatus",
|
||||
"tagPaths": [
|
||||
"[default]MCP01/MCP01",
|
||||
"[default]MCP20/MCP20"
|
||||
],
|
||||
"view": "Windows/Graphics/Overview"
|
||||
},
|
||||
"path": "Templates/Buttons/StartStopSystem",
|
||||
"style": {
|
||||
"transform": "scale(4)"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tsystem.tag.writeBlocking(\"[default]MCP21/Verify_Inspection\", 1)"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "Button"
|
||||
},
|
||||
"position": {
|
||||
"height": 144,
|
||||
"width": 344,
|
||||
"x": 387.5,
|
||||
"y": 678
|
||||
},
|
||||
"propConfig": {
|
||||
"meta.visible": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": "isAuthorized(true, \u0027Authenticated/Roles/Administrator\u0027) ||\r\nisAuthorized(true, \u0027Authenticated/Roles/Maintenance\u0027)"
|
||||
},
|
||||
"type": "expr"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"style": {
|
||||
"backgroundColor": "#FF0000",
|
||||
"color": "#FF0000"
|
||||
},
|
||||
"text": "Shoe Pin Fault Reset",
|
||||
"textStyle": {
|
||||
"backgroundColor": "#FF0000",
|
||||
"borderColor": "#FF0000",
|
||||
"color": "#000000",
|
||||
"fontSize": 28,
|
||||
"outlineColor": "#FF0000"
|
||||
}
|
||||
},
|
||||
"type": "ia.input.button"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"props": {
|
||||
"style": {
|
||||
"overflow": "hidden"
|
||||
}
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,804 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 1080,
|
||||
"width": 70
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"children": [
|
||||
{
|
||||
"custom": {
|
||||
"show": true
|
||||
},
|
||||
"events": {
|
||||
"component": {
|
||||
"onActionPerformed": {
|
||||
"config": {
|
||||
"script": "\tmap_selected \u003d self.session.custom.alarm_filter.show_map\n\tself.custom.show \u003d False\n\tif not map_selected:\n\t\tsystem.perspective.navigate(\"/autStand\")\n\telse:\n\t\tsystem.perspective.navigate(\"/Home\")"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "Home",
|
||||
"tooltip": {
|
||||
"enabled": true,
|
||||
"text": "Home"
|
||||
}
|
||||
},
|
||||
"position": {
|
||||
"basis": "70px"
|
||||
},
|
||||
"propConfig": {
|
||||
"props.style.classes": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "session.props.theme"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"code": "\tif \u0027dark\u0027 in value:\n\t\treturn \u0027Buttons/Button-Menu\u0027\n\telse:\n\t\treturn \u0027Buttons/Button-Menu\u0027",
|
||||
"type": "script"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"image": {
|
||||
"height": 32,
|
||||
"icon": {
|
||||
"color": "#FFFFFF",
|
||||
"path": "material/home"
|
||||
},
|
||||
"position": "top",
|
||||
"width": 32
|
||||
},
|
||||
"style": {
|
||||
"margin": 1
|
||||
},
|
||||
"text": "Home",
|
||||
"textStyle": {
|
||||
"fontSize": 10
|
||||
}
|
||||
},
|
||||
"type": "ia.input.button"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"component": {
|
||||
"onActionPerformed": {
|
||||
"config": {
|
||||
"script": "\tif self.props.selected \u003d\u003d True and self.page.props.path \u003d\u003d \"/\":\n\t\tsystem.perspective.navigate(\"/MAP-Home\")\n\t\t\n\telif self.page.props.path \u003d\u003d \"/MAP-Home\":\n\t\tsystem.perspective.navigate(\"/\")"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "ToggleSwitch",
|
||||
"tooltip": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"position": {
|
||||
"basis": "60px"
|
||||
},
|
||||
"propConfig": {
|
||||
"meta.tooltip.text": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "session.custom.alarm_filter.show_map"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "if({value}, \"Toggle for home card view\", \"Toggle for home detailed view\")",
|
||||
"type": "expression"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"position.display": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "/root.custom.show_home_selector"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.selected": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"bidirectional": true,
|
||||
"path": "session.custom.alarm_filter.show_map"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"color": {
|
||||
"background-color": "",
|
||||
"selected": "#FFFFFF",
|
||||
"unselected": "#FFFFFF"
|
||||
},
|
||||
"label": {
|
||||
"position": "left",
|
||||
"style": {
|
||||
"classes": "",
|
||||
"fontSize": "10px"
|
||||
},
|
||||
"text": "Map View"
|
||||
},
|
||||
"style": {
|
||||
"borderBottomLeftRadius": "5px",
|
||||
"borderBottomRightRadius": "5px",
|
||||
"borderColor": "#AAAAAA",
|
||||
"borderStyle": "solid",
|
||||
"borderTopLeftRadius": "5px",
|
||||
"borderTopRightRadius": "5px",
|
||||
"borderWidth": "0.5px",
|
||||
"classes": "Buttons/Button-Menu",
|
||||
"margin": "1px"
|
||||
}
|
||||
},
|
||||
"type": "ia.input.toggle-switch"
|
||||
}
|
||||
],
|
||||
"events": {
|
||||
"dom": {
|
||||
"onMouseEnter": {
|
||||
"config": {
|
||||
"script": "\tself.parent.custom.show_home_selector \u003d True"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
},
|
||||
"onMouseLeave": {
|
||||
"config": {
|
||||
"script": "\tself.parent.custom.show_home_selector \u003d False"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "FlexContainer"
|
||||
},
|
||||
"propConfig": {
|
||||
"position.basis": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": "if({parent.custom.show_home_selector} \u003d True, \"130px\", \"70px\")"
|
||||
},
|
||||
"type": "expr"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"direction": "column",
|
||||
"style": {
|
||||
"overflow": "hidden"
|
||||
}
|
||||
},
|
||||
"type": "ia.container.flex"
|
||||
},
|
||||
{
|
||||
"custom": {
|
||||
"show": true
|
||||
},
|
||||
"events": {
|
||||
"component": {
|
||||
"onActionPerformed": {
|
||||
"config": {
|
||||
"script": "\tsystem.perspective.closePopup(\"DevicePopUP\")\n\tsystem.perspective.closePopup(\"StatusPopUP\")\n\tself.custom.show \u003d False\n\tsystem.perspective.navigate(\"/autStand/Alarms\")"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "Alarms",
|
||||
"tooltip": {
|
||||
"enabled": true,
|
||||
"text": "Alarms"
|
||||
}
|
||||
},
|
||||
"position": {
|
||||
"basis": "70px"
|
||||
},
|
||||
"propConfig": {
|
||||
"props.style.classes": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "session.props.theme"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"code": "\tif \u0027dark\u0027 in value:\n\t\treturn \u0027Buttons/Button-Menu\u0027\n\telse:\n\t\treturn \u0027Buttons/Button-Menu\u0027",
|
||||
"type": "script"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"image": {
|
||||
"height": 32,
|
||||
"icon": {
|
||||
"color": "#FFFFFF",
|
||||
"path": "material/access_alarm"
|
||||
},
|
||||
"position": "top",
|
||||
"width": 32
|
||||
},
|
||||
"style": {
|
||||
"margin": 1
|
||||
},
|
||||
"text": "Alarms",
|
||||
"textStyle": {
|
||||
"classes": "Text-Styles/Docked-Buttons"
|
||||
}
|
||||
},
|
||||
"type": "ia.input.button"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"component": {
|
||||
"onActionPerformed": {
|
||||
"config": {
|
||||
"script": "\n\tsystem.perspective.openPopup(id \u003d \"Search\", view \u003d \"PopUp-Views/Search\", \n\t\t\t\t\t\t\t\t\t\t\t\tshowCloseIcon \u003d False, modal \u003d True,\n\t\t\t\t\t\t\t\t\t\t\t\tviewportBound \u003d True,\n\t\t\t\t\t\t\t\t\t\t\t\tdraggable \u003d False,\n\t\t\t\t\t\t\t\t\t\t\t\toverlayDismiss \u003d True\n\t\t\t\t\t\t\t\t\t\t\t\t)"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "search",
|
||||
"tooltip": {
|
||||
"enabled": true,
|
||||
"text": "Search"
|
||||
}
|
||||
},
|
||||
"position": {
|
||||
"basis": "70px"
|
||||
},
|
||||
"propConfig": {
|
||||
"props.style.classes": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "session.props.theme"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"code": "\tif \u0027dark\u0027 in value:\n\t\treturn \u0027Buttons/Button-Menu\u0027\n\telse:\n\t\treturn \u0027Buttons/Button-Menu\u0027",
|
||||
"type": "script"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"image": {
|
||||
"height": 32,
|
||||
"icon": {
|
||||
"color": "#FFFFFF",
|
||||
"path": "material/search"
|
||||
},
|
||||
"position": "top",
|
||||
"width": 32
|
||||
},
|
||||
"style": {
|
||||
"margin": 1
|
||||
},
|
||||
"text": "Search",
|
||||
"textStyle": {
|
||||
"classes": "Text-Styles/Docked-Buttons"
|
||||
}
|
||||
},
|
||||
"type": "ia.input.button"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"component": {
|
||||
"onActionPerformed": {
|
||||
"config": {
|
||||
"script": "\tself.session.custom.searchId \u003d \"\"\n\tself.session.custom.deviceSearchId \u003d \"\"\n\tsystem.perspective.closePopup(id \u003d \"TagSearch\")"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "Search off",
|
||||
"tooltip": {
|
||||
"enabled": true,
|
||||
"text": "Search Off"
|
||||
}
|
||||
},
|
||||
"position": {
|
||||
"basis": "70px"
|
||||
},
|
||||
"propConfig": {
|
||||
"props.style.classes": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "session.props.theme"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"code": "\tif \u0027dark\u0027 in value:\n\t\treturn \u0027Buttons/Button-Menu\u0027\n\telse:\n\t\treturn \u0027Buttons/Button-Menu\u0027",
|
||||
"type": "script"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"image": {
|
||||
"height": 32,
|
||||
"icon": {
|
||||
"color": "#FFFFFF",
|
||||
"path": "material/search_off"
|
||||
},
|
||||
"position": "top",
|
||||
"width": 32
|
||||
},
|
||||
"style": {
|
||||
"margin": 1
|
||||
},
|
||||
"text": "Search Off",
|
||||
"textStyle": {
|
||||
"classes": "Text-Styles/Docked-Buttons"
|
||||
}
|
||||
},
|
||||
"type": "ia.input.button"
|
||||
},
|
||||
{
|
||||
"custom": {
|
||||
"show": false
|
||||
},
|
||||
"events": {
|
||||
"component": {
|
||||
"onActionPerformed": {
|
||||
"config": {
|
||||
"draggable": false,
|
||||
"modal": true,
|
||||
"overlayDismiss": true,
|
||||
"position": {
|
||||
"relativeLocation": "top-right"
|
||||
},
|
||||
"positionType": "relative",
|
||||
"resizable": false,
|
||||
"showCloseIcon": false,
|
||||
"type": "open",
|
||||
"viewParams": {
|
||||
"viewFocus": "{session.custom.view_in_focus}"
|
||||
},
|
||||
"viewPath": "autStand/PopUp-Views/Detail-View-Filter",
|
||||
"viewportBound": true
|
||||
},
|
||||
"scope": "C",
|
||||
"type": "popup"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "Filter",
|
||||
"tooltip": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"position": {
|
||||
"basis": "70px"
|
||||
},
|
||||
"propConfig": {
|
||||
"custom.filters_active": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": "if(\r\n !{session.custom.alarm_filter.show_dpm_mcm} ||\r\n !{session.custom.alarm_filter.show_beacons} ||\r\n !{session.custom.alarm_filter.show_VFD} ||\r\n !{session.custom.alarm_filter.show_buttons} ||\r\n !{session.custom.alarm_filter.show_photoeyes} ||\r\n !{session.custom.alarm_filter.show_encoders} ||\r\n !{session.custom.alarm_filter.show_epc} ||\r\n !{session.custom.alarm_filter.show_px} ||\r\n !{session.custom.alarm_filter.show_camera_jams} ||\r\n !{session.custom.alarm_filter.show_fio_safety},\r\n True,\r\n False\r\n)\r\n"
|
||||
},
|
||||
"type": "expr"
|
||||
}
|
||||
},
|
||||
"meta.tooltip.text": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": "if({this.custom.filters_active}, \"Status Filters are active\",\r\n\"Select Status Filters\")"
|
||||
},
|
||||
"type": "expr"
|
||||
}
|
||||
},
|
||||
"props.image.icon.color": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": "if({this.custom.filters_active},\r\n\"#FF8C00\",\r\n\"#FFFFFF\")\r\n"
|
||||
},
|
||||
"type": "expr"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"image": {
|
||||
"height": 32,
|
||||
"icon": {
|
||||
"path": "material/filter_alt",
|
||||
"style": {
|
||||
"classes": ""
|
||||
}
|
||||
},
|
||||
"position": "top",
|
||||
"width": 32
|
||||
},
|
||||
"style": {
|
||||
"classes": "Buttons/Button-Menu, filter-button",
|
||||
"margin": 1
|
||||
},
|
||||
"text": "Filter",
|
||||
"textStyle": {
|
||||
"classes": "Text-Styles/Docked-Buttons"
|
||||
}
|
||||
},
|
||||
"type": "ia.input.button"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"component": {
|
||||
"onActionPerformed": {
|
||||
"config": {
|
||||
"page": "/Command"
|
||||
},
|
||||
"scope": "C",
|
||||
"type": "nav"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "Control",
|
||||
"tooltip": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"position": {
|
||||
"basis": "70px"
|
||||
},
|
||||
"propConfig": {
|
||||
"custom.has_role": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": "{session.custom.fc}"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"code": "#\trme_role \u003d value +\"-rme-all\"\n\trme_role \u003d \"eurme-ignition-developers\"\n\troles \u003d (self.session.props.auth.user.roles)\n\tif (rme_role.lower() in roles \n\tor rme_role.upper() in roles):\n\t\treturn True\n\telse:\n\t\treturn False",
|
||||
"type": "script"
|
||||
}
|
||||
],
|
||||
"type": "expr"
|
||||
}
|
||||
},
|
||||
"meta.tooltip.text": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": "if({this.custom.has_role}\u003d False, \r\n\"You do not have the required role to access this page\",\r\n\"Access controls page\")\r\n"
|
||||
},
|
||||
"type": "expr"
|
||||
}
|
||||
},
|
||||
"props.style.classes": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "session.props.theme"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"code": "\tif \u0027dark\u0027 in value:\n\t\treturn \u0027Buttons/Button-Menu\u0027\n\telse:\n\t\treturn \u0027Buttons/Button-Menu\u0027",
|
||||
"type": "script"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"image": {
|
||||
"height": 32,
|
||||
"icon": {
|
||||
"color": "#FFFFFF",
|
||||
"path": "material/gamepad"
|
||||
},
|
||||
"position": "top",
|
||||
"width": 32
|
||||
},
|
||||
"style": {
|
||||
"margin": 1
|
||||
},
|
||||
"text": "Control",
|
||||
"textStyle": {
|
||||
"classes": "Text-Styles/Docked-Buttons"
|
||||
}
|
||||
},
|
||||
"type": "ia.input.button"
|
||||
},
|
||||
{
|
||||
"custom": {
|
||||
"show": false
|
||||
},
|
||||
"events": {
|
||||
"component": {
|
||||
"onActionPerformed": {
|
||||
"config": {
|
||||
"script": "\tsystem.perspective.navigate(\"/Windows/Statistics\")"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "Statistic",
|
||||
"tooltip": {
|
||||
"enabled": true,
|
||||
"text": "Notifications"
|
||||
}
|
||||
},
|
||||
"position": {
|
||||
"basis": "70px"
|
||||
},
|
||||
"propConfig": {
|
||||
"position.display": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": "if(isNull({session.custom.download_url}), False, True)"
|
||||
},
|
||||
"enabled": false,
|
||||
"type": "expr"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"image": {
|
||||
"height": 32,
|
||||
"icon": {
|
||||
"color": "#FCFFFC",
|
||||
"path": "material/leaderboard"
|
||||
},
|
||||
"position": "top",
|
||||
"width": 32
|
||||
},
|
||||
"style": {
|
||||
"classes": "Buttons/Button-Menu",
|
||||
"color": "#FFFFFF",
|
||||
"margin": 1
|
||||
},
|
||||
"text": "Statistic",
|
||||
"textStyle": {
|
||||
"classes": "Text-Styles/Docked-Buttons"
|
||||
}
|
||||
},
|
||||
"type": "ia.input.button"
|
||||
},
|
||||
{
|
||||
"custom": {
|
||||
"show": false
|
||||
},
|
||||
"events": {
|
||||
"component": {
|
||||
"onActionPerformed": {
|
||||
"config": {
|
||||
"script": "\tsystem.perspective.navigate(\"/Windows/Status\")\n\tself.session.custom.show_dpm_view \u003d False\n\tself.session.custom.show_dpm_device_view \u003d False"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "Status",
|
||||
"tooltip": {
|
||||
"enabled": true,
|
||||
"text": "Notifications"
|
||||
}
|
||||
},
|
||||
"position": {
|
||||
"basis": "70px"
|
||||
},
|
||||
"propConfig": {
|
||||
"position.display": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": ""
|
||||
},
|
||||
"enabled": false,
|
||||
"type": "expr"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"image": {
|
||||
"height": 32,
|
||||
"icon": {
|
||||
"color": "#FFFFFD",
|
||||
"path": "material/done"
|
||||
},
|
||||
"position": "top",
|
||||
"width": 32
|
||||
},
|
||||
"style": {
|
||||
"classes": "Buttons/Button-Menu",
|
||||
"color": "#FFFFFF",
|
||||
"margin": 1
|
||||
},
|
||||
"text": "Status",
|
||||
"textStyle": {
|
||||
"classes": "Text-Styles/Docked-Buttons"
|
||||
}
|
||||
},
|
||||
"type": "ia.input.button"
|
||||
},
|
||||
{
|
||||
"custom": {
|
||||
"show": false
|
||||
},
|
||||
"events": {
|
||||
"component": {
|
||||
"onActionPerformed": {
|
||||
"config": {
|
||||
"script": "\tsystem.perspective.closePopup(\"DevicePopUP\")\n\tsystem.perspective.closePopup(\"StatusPopUP\")\n\tself.custom.show \u003d False\n\tsystem.perspective.navigate(\"/Help\")"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "Help",
|
||||
"tooltip": {
|
||||
"enabled": true,
|
||||
"text": "Navigate to the help wiki"
|
||||
}
|
||||
},
|
||||
"position": {
|
||||
"basis": "70px"
|
||||
},
|
||||
"propConfig": {
|
||||
"props.style.classes": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "session.props.theme"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"code": "\tif \u0027dark\u0027 in value:\n\t\treturn \u0027Buttons/Button-Menu\u0027\n\telse:\n\t\treturn \u0027Buttons/Button-Menu\u0027",
|
||||
"type": "script"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"image": {
|
||||
"height": 32,
|
||||
"icon": {
|
||||
"color": "#FFFFFF",
|
||||
"path": "material/help_outline"
|
||||
},
|
||||
"position": "top",
|
||||
"width": 32
|
||||
},
|
||||
"style": {
|
||||
"margin": 1
|
||||
},
|
||||
"text": "Help",
|
||||
"textStyle": {
|
||||
"classes": "Text-Styles/Docked-Buttons"
|
||||
}
|
||||
},
|
||||
"type": "ia.input.button"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"component": {
|
||||
"onActionPerformed": {
|
||||
"config": {
|
||||
"script": "\tsystem.perspective.navigateBack()"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "Back",
|
||||
"tooltip": {
|
||||
"enabled": true,
|
||||
"text": "Back"
|
||||
}
|
||||
},
|
||||
"position": {
|
||||
"basis": "70px"
|
||||
},
|
||||
"propConfig": {
|
||||
"props.style.classes": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "session.props.theme"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"code": "\tif \u0027dark\u0027 in value:\n\t\treturn \u0027Buttons/Button-Menu\u0027\n\telse:\n\t\treturn \u0027Buttons/Button-Menu\u0027",
|
||||
"type": "script"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"image": {
|
||||
"height": 32,
|
||||
"icon": {
|
||||
"color": "#FFFFFF",
|
||||
"path": "material/keyboard_return"
|
||||
},
|
||||
"position": "top",
|
||||
"width": 32
|
||||
},
|
||||
"style": {
|
||||
"margin": 1
|
||||
},
|
||||
"text": "Back",
|
||||
"textStyle": {
|
||||
"fontSize": 10
|
||||
}
|
||||
},
|
||||
"type": "ia.input.button"
|
||||
}
|
||||
],
|
||||
"custom": {
|
||||
"show_home_selector": true
|
||||
},
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"propConfig": {
|
||||
"props.style.classes": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "session.props.theme"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"code": "\tif \u0027dark\u0027 in value:\n\t\treturn \u0027Buttons/Button-Menu\u0027\n\telse:\n\t\treturn \u0027Buttons/Button-Menu\u0027",
|
||||
"type": "script"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"direction": "column",
|
||||
"style": {}
|
||||
},
|
||||
"type": "ia.container.flex"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 436 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 435 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
@ -0,0 +1,6 @@
|
||||
def set_priority_filters(self):
|
||||
filters = self.props.value
|
||||
payload = {}
|
||||
payload["data"] = filters
|
||||
system.perspective.sendMessage("set-priority-filters", payload = payload,
|
||||
scope = "page")
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 34 KiB |
@ -8,9 +8,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-14T03:39:48Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "bf9c7a18e4c123b95deb85b6aeb5e26237b5960f860072e97eb348b7b0d8f6cf"
|
||||
"lastModificationSignature": "1161aafb224f4c6f935cbc64db20f4aaa7e667c2429248fdd54e2e1a1b1c29de"
|
||||
}
|
||||
}
|
||||
@ -8,9 +8,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-08-13T12:15:07Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "5255a24a56edaf2b79803cc2d34bf7eb86a33562c72e758cd683fe2b783c02e1"
|
||||
"lastModificationSignature": "a001debe013c6e34d2fed831fe6fd8d18a2d94fe4673bf2e762aa9ddc4b102e1"
|
||||
}
|
||||
}
|
||||
@ -8,9 +8,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2020-04-30T15:57:03Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "8b1dd81a0e442a2ec4244f4fe387409080d18e91fc09ec1180531f587007e0dc"
|
||||
"lastModificationSignature": "d413b5d61b8f1d9ba9c61a9ad92bece3404293a1dccc75acabed8cc026392370"
|
||||
}
|
||||
}
|
||||
@ -8,9 +8,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-08-01T12:06:47Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "7ed09693fde115ee87d59c98d6bd028596585c7f6a4269b57ad1b2a245cfa6e3"
|
||||
"lastModificationSignature": "1887cf34321881f00ed9f5753740abcf6787d0e9609018a10cfa3747180d999e"
|
||||
}
|
||||
}
|
||||
@ -8,9 +8,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2020-10-11T04:04:51Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "cf630ae7ea43f9e71f9a6e02bd20a1211a95a7adfabfa254811208429095161b"
|
||||
"lastModificationSignature": "d3ed060e21aa3f2c75c35ed0914178e285a5416610983b7a7e9d379209ad017b"
|
||||
}
|
||||
}
|
||||
@ -8,9 +8,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2020-10-11T04:04:40Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "d88b754140cdba84f67d8568a78b175d56c37aa1b81fb4d510d9114f735f4686"
|
||||
"lastModificationSignature": "453118b68df12d2847ade223913b2ead035938a5b36e0a98ac37c52cc15f9d68"
|
||||
}
|
||||
}
|
||||
@ -8,9 +8,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2020-10-11T04:04:30Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "addc394c969b2b1ef926e9dd51ca499c8e91bd58e62c5a5a67df56d2340cb540"
|
||||
"lastModificationSignature": "d9c4aab66c1a4b50a54bfdb2f7202f58ac4ca6b49e0a3594813a22d984800eac"
|
||||
}
|
||||
}
|
||||
@ -8,9 +8,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2020-10-11T04:05:13Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "9d601fa9da7fae33db3b51f7ce45dc6f2982391242193498131c8361cf7428b0"
|
||||
"lastModificationSignature": "7e1f5b5ed53f02dcbab72ce4e2c077086cca3cb779b79b41d168e4c73f47065f"
|
||||
}
|
||||
}
|
||||
@ -8,9 +8,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2020-10-11T04:05:01Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "4c4a795b0ba11112f3afc569c0dbc0d344b8af96969263bade67e7a4fa54bd07"
|
||||
"lastModificationSignature": "d801383a89d2f7cf9efa54afe9710e3ce4d5b6f8c0f79376af3c16c8f2bc808d"
|
||||
}
|
||||
}
|
||||
@ -8,9 +8,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2020-04-23T20:55:29Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "9f1da3c94719ff03c022d3a92a18155b3f8d9d6bb98fcc05e8a9a84f246c45ed"
|
||||
"lastModificationSignature": "31a3114000e8a33703dd368d0dd149138038b3365091a7d99708da7c9b045df5"
|
||||
}
|
||||
}
|
||||
@ -8,9 +8,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2020-04-30T19:14:15Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "000f075421f848a9ce5b632767d45f921e34a8c71dac34ddccb3fc69d487a526"
|
||||
"lastModificationSignature": "abe47089ecaaf25e0d15eb4e0f9c87a763fa6311b751d8bf323ab46f9db2e2d7"
|
||||
}
|
||||
}
|
||||
@ -8,9 +8,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2020-04-03T02:50:23Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "53755fa66ef3b3218f320914bf875cc63d45bc2417a067dd2b7912cc56925725"
|
||||
"lastModificationSignature": "004f2be264798cdc7ed3111bffab6b68198388ea0319f1feb8bb5ed99811fc34"
|
||||
}
|
||||
}
|
||||
@ -8,9 +8,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2020-04-03T03:09:31Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "7edea7051fbafdd9720f03ad6b106eff5ad49d17b184b1f5a667107747eda3ef"
|
||||
"lastModificationSignature": "004f2be264798cdc7ed3111bffab6b68198388ea0319f1feb8bb5ed99811fc34"
|
||||
}
|
||||
}
|
||||
@ -8,9 +8,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2020-04-03T02:50:17Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "f4444e8f31f78ce42b0ab3699f7f579de2ab2405c80d85331b240ee3d2c6c8ac"
|
||||
"lastModificationSignature": "004f2be264798cdc7ed3111bffab6b68198388ea0319f1feb8bb5ed99811fc34"
|
||||
}
|
||||
}
|
||||
@ -8,9 +8,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2020-04-19T17:57:51Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "0ff7f84e57cd76c255db6306cd5941c32f6272f4ec8738fea697b0b5bfe0c9dc"
|
||||
"lastModificationSignature": "004f2be264798cdc7ed3111bffab6b68198388ea0319f1feb8bb5ed99811fc34"
|
||||
}
|
||||
}
|
||||
@ -8,9 +8,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2020-03-31T17:51:37Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "ce5c3c9dfdccfa12032f9fd9bbb6645adb120468474259a167d73224172d3ac2"
|
||||
"lastModificationSignature": "004f2be264798cdc7ed3111bffab6b68198388ea0319f1feb8bb5ed99811fc34"
|
||||
}
|
||||
}
|
||||
@ -8,9 +8,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2020-05-10T03:51:46Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "d31d5c705765aa8d1ac1d033d00a5ca90854d8e955a3c3531e482cb434e233b6"
|
||||
"lastModificationSignature": "1489e793d80d5ad3edef8b9e84aad7f11686ad34dbfe8c52c70958aba277b292"
|
||||
}
|
||||
}
|
||||
@ -8,9 +8,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2020-04-02T01:47:42Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "bc01fdf5015b50b561a8e33cd77e780bb1244d028ab279a7c6f1ce5f38da56c0"
|
||||
"lastModificationSignature": "7d19a49dd5f0818cbdfdf9ca6cdc5c8b15709e30668115d748c2dfdc72b339db"
|
||||
}
|
||||
}
|
||||
@ -8,9 +8,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2020-10-16T16:23:27Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "854611487360b98a78720522810c562ab5913dad9f7f61eb81c0db03bf8431bf"
|
||||
"lastModificationSignature": "24fbac2ded16ad5135cb34f5c15b10281068029d9d31a44573952cb47a21f7c8"
|
||||
}
|
||||
}
|
||||
@ -8,9 +8,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2020-04-03T18:12:43Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "5dab6a48024c46ad93644ef27c40afa13a0b52956f484289fc18d5c7c78e2f8f"
|
||||
"lastModificationSignature": "efb98b03655bfed38ac7ebb4b42b7db1d0f3a587d6cc389218e77ba1a7467106"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-14T03:33:44Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "04d893ed99d96333bbefb0ba960288e073005177e1afd23fc7434c563df1f3c0"
|
||||
"lastModificationSignature": "ab96b7e0183a5868c0a980b029ff7bc2971111612095bd90285b3601445db948"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-14T03:33:44Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "98813c58a3f7dbf0d9579f6f0e644d42b75c19aca76b90f547b3593c6e9e82b9"
|
||||
"lastModificationSignature": "e7b66cebe8246f53f9c72e2d28b0cc22571d07435313fc1c088694fa444e3f02"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-14T03:33:44Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "1c57b0aba05ac461dccaa3dccb34442a7d6246e065ad4edc1b1f4837a39aa52b"
|
||||
"lastModificationSignature": "49897cbf76f11db6f4a01120525ffa0cd173b3f6ad377edb068ce88a607b3a12"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-14T03:33:56Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "83d563bb24f24ccdbd9ade82150dd87ac41299daae2737fbc1814654fac011f6"
|
||||
"lastModificationSignature": "48d1ecf499782e898f98a77805a1fce04c44b461cae4ef3dc647340eb3d56218"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-14T03:33:56Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "08435917e30b3ed8f93b889852ad3828d927ccfb4489f7041a4cb65ad45b4f7b"
|
||||
"lastModificationSignature": "f3db27a25f05f0b74f82371a8853c5fa6072c36fe6d3c3bbd03ac3b84267e380"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-11-02T20:31:41Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "e6add70dc313852fe4b1d5910b532d001d17d9997177e07c8ee608a2a04635b9"
|
||||
"lastModificationSignature": "6f4a1451de24673157e02bd3c83ecde40c4cef1c26e69adb655afe74b99b41d4"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-11-16T01:26:58Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "8c4bb45523e9c3756ff2da9ca649a15801afc19b0539b2d643b5dcf0e94527ec"
|
||||
"lastModificationSignature": "868da87bd996de961d85314118ff87a982f05a8fe0cb9b005a78a9b39364c18c"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-08-10T18:13:53Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "12859fc117e9083eca0afbae85e89e941313e758840d083ce4dc152867ac9af1"
|
||||
"lastModificationSignature": "5cee5da535bbdc24c91a1dd7fb2f1380146c29d52825b41726a7439025ff64b7"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-11-16T01:26:58Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "a2a16582e70de5bfb3657120393c4ca86f1b660b02f90946117c8b2a6718464d"
|
||||
"lastModificationSignature": "5282b5974b51a5d4a001b8eae93a80759816983689d04557940fee72a215524a"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-08-10T22:12:38Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "ff45677b167fbe0823df1b25995ae412d1fba5c1cf169aac1357ee6e09b049ca"
|
||||
"lastModificationSignature": "77161b9e0edb849f3559a25f6a26ad4c2deaecbd05dd17868d021c2ba7b1274a"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-15T02:05:10Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "24b9ebd14795dfefe23035c5195551c4ffa222a0f07aeea6c33d9018b59d5310"
|
||||
"lastModificationSignature": "ab398a8612b0f5f0358bf1f7baa7938b13d72fb87a0352fda10a25458e846e3b"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-15T02:04:56Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "8bcead5717f720eae1b77697ba85ac4318561f8bcca80891e48e9ab31e374136"
|
||||
"lastModificationSignature": "b0eb1ee6beca82237972acf58cd9c0ca84fc17a4b8fb2c09708647ce22baa4c3"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-04-02T21:25:56Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "165e6fd085a90086aad26732e6ee7d67cf4e0904a74afbfb064c8a75cb1eeacf"
|
||||
"lastModificationSignature": "14f14596a12e92f50b1af9e22e80b2c8f73a26a2f580c2e8c156503dfb2c884b"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-15T02:05:03Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "7cda6289cb13f5172f832093d35f26e57c13ede802bf882a5c06ebb82d639c7a"
|
||||
"lastModificationSignature": "bcd5a80138382f1b121141129517bab6b6cada5e38f4cdfe64e66bda1c3b6014"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-15T02:05:03Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "2fdfa5a28b51352bc176b519746034fcadb63dd5dfa0219f05b1573828c19c57"
|
||||
"lastModificationSignature": "aa38143484f47dafa6b413c9d456bf73f57756b9468f95432a501b583fb77ffb"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-15T02:05:03Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "1b464d3160cad420c69600de34b5ff990f1266773386b9f5d9d8f24932cc1a05"
|
||||
"lastModificationSignature": "0cea7c158366e1bd24159cd4cd1f9c17bc635e30dee899d7331e5a122cb5d2c7"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-15T02:05:03Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "6736672f6651bc66714e4b74f26953643b1136426253fed07a956260eee27716"
|
||||
"lastModificationSignature": "c9f07109a6c2cddb03f3d9cf54efe6b468d08b65bedcd493ebb3c777f2ec60de"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-15T02:05:03Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "c4d37abf430fa2d8c23bd0b535363f7524df0a18c688d4926949dead7b982e08"
|
||||
"lastModificationSignature": "221e3fa7ac3e2ac6044aa88caa58c61852600fde237c908e20676ecc21261cc1"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-15T02:05:03Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "f9582f39ff4e8e000abf4924550559d1aecfdf9f34244740f571ccc35ba2b4fc"
|
||||
"lastModificationSignature": "e74165b899aac47ee985848fbf8875b3163a0621a7e311f0420e77d68072d8d6"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-15T02:05:03Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "1902d05a275048ed7b2ec896ae1961c789c3dd023f7c76acac503eba2ebba607"
|
||||
"lastModificationSignature": "2542f9064177dbe8b43ea2b6fc5bc904b1c9015b3cfba4e89bb3f958729b1cd5"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-15T02:05:03Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "69e4a46f2d761978d9aaecee797b4dd65155465e82f7d11cbf854e77242557e5"
|
||||
"lastModificationSignature": "cf8e6da65310930e1ea33fabaa92527dff8541b29388a46ee63a54f60dd2deda"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-15T02:05:03Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "353ffb5a5b407d9af7e1bbe3e06087d3a48eec9d10cf7193c9079843e81bccab"
|
||||
"lastModificationSignature": "e3e18308d8d7e9cc1f087a16198a249fc9853e569db8b33944526d825337f310"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2022-03-25T14:36:56Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "7687892edca5f417a2451aedbc1827a5985580b8d26d2f0b7e9aaf2662fd555b"
|
||||
"lastModificationSignature": "f32dac22aaf4b3bf4789a48595f5c6ba7fcd804ee656a53864534dbe49a7a35c"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-15T02:05:03Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "7dc8c346949bd55a2a43d72a537432b34b738facc59fb442128ef8fb55b76dba"
|
||||
"lastModificationSignature": "7fc56186632c676e135253d5c848bed06db56e8bd1afded57ece881fbd6ecce8"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-15T02:05:03Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "4721251be732eed68fb15fb1f9dedae42c2e3b1bfd59a1437c2122cb6d61b4a8"
|
||||
"lastModificationSignature": "6ab663efd968f36a8fa8b5818b25529a504ab3563c9f76d22cb3f098cabd4f77"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-15T02:05:03Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "744fff24a9cd0f3b6b6f7c56829c35c4ef94a5f15a770cb030ee9a6497c58b2f"
|
||||
"lastModificationSignature": "4dbf6bb3b58080625666ac2db654882861752e68c6059577684a44cb71d049e6"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-15T02:05:04Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "e3d3563dd7057d86ba109620e91fc1d6b5e4708c0974f384952df74c3e5e7e8a"
|
||||
"lastModificationSignature": "1d3f11679be2405fc3900b3dbca75f82823f8b8f9b91cda30107b9423dd3e1da"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-11-16T01:27:12Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "8416228cc1ce6dbab8b108f1e57864e1da65f7793d2ee12e713113780c705dbf"
|
||||
"lastModificationSignature": "df8315909537cd322deedd814f59edda936961d1b8be46cbda7ab887e4aedd2e"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-05-25T16:14:31Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "3dac3bb7b155ce777672f1ef256715e2cfaaa1975fdf8c4e9fa3bcb3ead8aec1"
|
||||
"lastModificationSignature": "9f45aba9f287e304ed02336054e7c65e06505c5fc1a95d120a183a97aceb7ce8"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-15T02:05:04Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "d3c4fecc2761f75b11480266e78de8cf2f9ec6bc7605a8e44d747c60c5dec7f3"
|
||||
"lastModificationSignature": "df8315909537cd322deedd814f59edda936961d1b8be46cbda7ab887e4aedd2e"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-07-29T02:58:58Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "1a2ab99d767435c2ca973fcb83df26ad565dd135983834a08f382083f3e004bc"
|
||||
"lastModificationSignature": "a7fe79168bb2f94bf81b9687d22ac4e0b7e51bdfd46fa201a6ae1bc200dc677f"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-11-16T01:27:31Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "78d6ccd6fa146bc98f5b1e607ef7da88a540046237b6c89727421708156fe1b3"
|
||||
"lastModificationSignature": "e387060a4133c2e005b46951d6f9841e6c496ee1dd97ebe1688c756405e6e855"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-14T03:33:49Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "e2a4ac3bf181b9428431cb649766e5728f2d7157aa1dfe925ddb0c9379f85053"
|
||||
"lastModificationSignature": "67fdae2ec82280e5ca5c945c1a391b5ab3f6c2e193cdd6f4a4358624d53f0f1f"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-06-02T13:49:11Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "e8d1194da4109bc07e2bd0520ea45bee894c07c2369d9bd6f75388ad02544c41"
|
||||
"lastModificationSignature": "23171b18bca351cd4acf0c7ba251ac7629b2bea59dfed7dd83493970f5fa074f"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-08-26T06:16:11Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "7b16dae9d6b75b730d06c2a41cfef48f8b8270ad2e950004a74c8c1d86b64321"
|
||||
"lastModificationSignature": "63917cb3d8b2d633d85ba89cefd37a64b617d520577977c34249ee3b4c72f46f"
|
||||
}
|
||||
}
|
||||
@ -8,9 +8,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-10-08T13:55:59Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "a3388feac0b2deb9a57fc661d2fb23ce4753d717eab182bd07c478e5472bb3b5"
|
||||
"lastModificationSignature": "106aa90d7e9f0a3f0a949e668996f11993134c3767da832c05f13eb24b13afc3"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-08-10T22:11:03Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "302b6425cb94109aef67d7611f28c5feeee29223c6a7a9066f46f3bb52fa2513"
|
||||
"lastModificationSignature": "aacc118ba33beb1d576324111f12ac2aecd45a4dbd62965d0442763f1c72f24e"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-08-10T22:13:43Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "6d6a4a59949714cd1e082f8147f9065b6d0b8f32a0a3c963eef851de4e6ee6c8"
|
||||
"lastModificationSignature": "44faecf0bde066c5504a1223b946b5aef3e2dba13450f0a7c7e57a9d4d5471c5"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-08-26T06:00:58Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "c41c91b8ded01511aaf1daf201b07734fd30f587aeb11198192d7e1979ef6dc6"
|
||||
"lastModificationSignature": "c2dbad4362bed6fca3fc7aaec6f8fb7d625fa9d200ce12fcf8908a558221c32a"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-08-10T17:52:04Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "3b7a1dfa666b224c1489b6c6c118bbdd9b3f7a731d8361c6ecd37e9851ca7cf1"
|
||||
"lastModificationSignature": "f13e0548955cfa00d914df628e14cdeac6bfe25c723830090fce104e1dc6fcc0"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-14T03:33:31Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "c22446f9e8c077bcada7f17bfcd392076a64ebfa4fd8815f9534f387a80667d8"
|
||||
"lastModificationSignature": "f133c7e83a71ab0610c7dc4a188d75fcd6ae17db95e16d3984a2d414cfe4184c"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-10-08T13:55:44Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "e07e7163fd99e2fa12c097d9bc5031d4a37658ca3d0d3b8be932f91269113e10"
|
||||
"lastModificationSignature": "afba17a483a6bf324f518b657145951da35ff0df5f7953bd2c76ce21d4a8df5d"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-11-22T01:05:18Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "d39be97c572d353c21a8d22bdbc7a8134089d085e9f1db55406ecd903ecf5fe6"
|
||||
"lastModificationSignature": "fa8b924a337587520edea6e281fa5aec6fe0abb49275a2fbcfbda7b27236502b"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-11-16T01:26:17Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "336d3c510075918e5ded6380bd105cf9e291f779f18970f02e33d02f2fce6334"
|
||||
"lastModificationSignature": "8a38c6689dbab3b02e5f37168da00ac90568e401e4487badaee38f1938ccb0a3"
|
||||
}
|
||||
}
|
||||
@ -8,9 +8,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-08-01T12:00:45Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "7ce1c957706d1a2d5ea66f8dd43c42205d3ae8859dbbeaedaf4cd16860a5b38b"
|
||||
"lastModificationSignature": "9872235c69cfbf221716cf13e44b160f2569ac07c21336c16864cb2edad6268c"
|
||||
}
|
||||
}
|
||||
@ -9,9 +9,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-08-01T12:00:53Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "8d850b8e283d6e18b2377463543d77a11de59d53322817490cd642e02c64108a"
|
||||
"lastModificationSignature": "a0133f95685454050813a9923b2cb17e2efbbc8b226cd4e028355a4835ba79e8"
|
||||
}
|
||||
}
|
||||
@ -9,9 +9,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-08-13T11:04:35Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "c8c67a21a356ca164daf928c87df02813c1cfae76796a0cf880e326b9075725c"
|
||||
"lastModificationSignature": "189cbf20c0b31d4758916b02d274f9a3137c43ee633acd038c89a5b6d09023bd"
|
||||
}
|
||||
}
|
||||
@ -9,9 +9,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-08-07T15:52:06Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "3b2454eb649129f55a6515629a8ea217ad48da8aad4122dfd686926acddb8e63"
|
||||
"lastModificationSignature": "1a6e14f7e6dc682bb404cdc59754259116a8e2d0a106457ca5e626af4fe0e35c"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-11-02T20:29:47Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "1a78b691c1c6a1d926eb13ccd08e66382972c3c53b8a603d34d8b8334bc27a86"
|
||||
"lastModificationSignature": "bf98fac538e2ee0c912ac8d8e80501497920a32d1554c092ea8cbde6331b29bc"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-11-02T20:29:47Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "4a9a0ce8485f4c8059acdd5163bcc71c46cab9ec6fbc4e423dd1d1fa887ba4e6"
|
||||
"lastModificationSignature": "ab1c0a3e417dbc12a21c1ef1b8a5441f759984fa5187d805c47137cb58000fc5"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-07-07T06:07:56Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "614889c01448b9499cf61ecd124dbb2a00a93113125435b4a2c9276778e8eb34"
|
||||
"lastModificationSignature": "fdc10395ecf3334d633991eeadbb3c9cedab72ce6ba607c419100bdd60d387c4"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-11-16T02:53:17Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "b95947dad6d2dbcdaa1c0b89600b29aa4b719d31abfd9cfab366bef009ebe900"
|
||||
"lastModificationSignature": "3fb7cae82caa05bdd0ad0d5b4cd568d62bf797e4531f0b084478d569a8e9a7f5"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-14T03:32:53Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "8752c1fac8d839c21c98c760b897b65637d6e0e40341e9bf8f11b5b9c668d858"
|
||||
"lastModificationSignature": "3d0ed619d22ec7285092ab0c04747000315bb8108a47eee92571a79c448ec289"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-14T03:33:12Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "8aba48d1391decf7bf51eaf168ee9a562fed2dc8042fccb7d475ee23d8b040de"
|
||||
"lastModificationSignature": "bc954c7e1ff29a2ab7c15bee7778448ca576de2c7585ffc63284b9b1cdd88b43"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-11-02T18:24:14Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "078438fb808ded7986c31501aa99e1189e3705c88c359e4b9078fac88cb7dd58"
|
||||
"lastModificationSignature": "1164303fe6a4dfe6c202809854ae2c44e54216c6e1ebd9ce968f0918cc132b2b"
|
||||
}
|
||||
}
|
||||
@ -9,9 +9,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-08-07T15:55:04Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "ccf830da2fda404649ea16daac169f83b98a56e42641034d125e320f2e19ac4e"
|
||||
"lastModificationSignature": "960cc4c18bf81d5176674cf1d3ffc07829704e906d5fc580cc0e8003e26ad6b9"
|
||||
}
|
||||
}
|
||||
@ -9,9 +9,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-08-13T12:05:33Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "85c9f2616d4c76c73d37253d383721e7f091e7f923ee51eefc1b0e12f3c47a83"
|
||||
"lastModificationSignature": "4f7fe043a1bbbc3cfd3488ab8f8fc5e5a0b4cf8ee69e69caeef96a9407d4121d"
|
||||
}
|
||||
}
|
||||
@ -9,9 +9,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-08-01T12:07:21Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "13f0a140bc779abc575048e782b66a42a1af94ba00c05614f88f808d845f227d"
|
||||
"lastModificationSignature": "3d19cf4a2906c37f730489e073cd2420a4177ac0e820a1bb4bc299e791438d7a"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-10-08T13:53:09Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "cb6e228afb356dfa520020d9aeaa5eb83c6696aacaea2ebe6808f8ba00f5528c"
|
||||
"lastModificationSignature": "2688ff0c29b7a1d96f26df1097b8c2113081985e4ef502e3907722722fca8f81"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-11-02T21:27:05Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "b1acc6777370c8919138dc222a7bedb0feed70d8da7a57d466a630d21a49c4d4"
|
||||
"lastModificationSignature": "5370cbaa9455b569f6c70bb1008db47551bbe7fedc72b845c72a1b0ea8ad4f2a"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-11-16T02:55:16Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "81614f308f587502749c05999898c7723331670b4ea291e0a2ed66483392937f"
|
||||
"lastModificationSignature": "0c8dcfe4058abbfafe756c273bf77d1c3678c70f6960029244371c93885afe21"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-11-16T02:54:06Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "bfb26a96673f7236b3d2319cf5598715678f8f0acde14cb6b2364029d7d83374"
|
||||
"lastModificationSignature": "779ff5bd0ab924d1a8bceef45a81eb517e0094d0abfb24f6197af2061270c55a"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-02-14T03:32:36Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "e16ff7a9861ad770f23268a3e97e00f9b7c131e2a2ae564309aa12fca191a850"
|
||||
"lastModificationSignature": "9619d5fa7cb0ec7aa0f625218edbb527346c31042976bc07d10009ae05c232d7"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": true,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-03-07T23:04:42Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "d7801ccc9de849adc5020e39d8d4dc1a2a3abc53eb2caca8ec3981c5a2c722da"
|
||||
"lastModificationSignature": "a720a48222fa945bc442f15f01872475127e99934c0ea5aba0b04b79b296047e"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": false,
|
||||
"overridable": false,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-10-08T13:35:08Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "50a0ce98def0d74f0317b03905b4d595c7eccdc06b5568fecf72dd3f7d44cb0f"
|
||||
"lastModificationSignature": "e2ca0574f59bf202b9e8d97794aad3dea51d720299f6d700e88946b0cecaa637"
|
||||
}
|
||||
}
|
||||
@ -4,14 +4,14 @@
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"thumbnail.png",
|
||||
"view.json"
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2021-11-16T01:25:23Z"
|
||||
"actor": "external",
|
||||
"timestamp": "2025-08-18T16:55:42Z"
|
||||
},
|
||||
"lastModificationSignature": "c06d64b875debcf35c31be2d86fe0f60fc1bbc16131fb20fcc83b269e6236af1"
|
||||
"lastModificationSignature": "6d6f2443693cf9adf634a829ec224b1efcddb52843c6e7f515b7b2e5dd36e459"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user