removed leftover print statement

This commit is contained in:
Salijoghli 2025-09-19 17:59:03 +04:00
parent cfd730d279
commit d43079042e
24 changed files with 46 additions and 90 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 730 B

View File

@ -774,7 +774,7 @@
} }
], ],
"custom": { "custom": {
"show_home_selector": true "show_home_selector": false
}, },
"meta": { "meta": {
"name": "root" "name": "root"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -1,30 +1,8 @@
{ {
"custom": { "custom": {
"activityLogger": {
"alt_pageid": "card_view"
},
"pageid": "card_view" "pageid": "card_view"
}, },
"params": {}, "params": {},
"propConfig": {
"custom.activityLogger": {
"persistent": true
},
"custom.activityLogger.pageid": {
"binding": {
"config": {
"expression": "{page.props.path}"
},
"transforms": [
{
"code": "\tif value \u003d\u003d\u0027/\u0027 or value \u003d\u003d \u0027\u0027 or value \u003d\u003d None:\n\t\treturn self.custom.activityLogger.alt_pageid.lower()\n\telse:\n\t\treturn value[1:].lower()",
"type": "script"
}
],
"type": "expr"
}
}
},
"props": { "props": {
"defaultSize": { "defaultSize": {
"height": 1080, "height": 1080,

View File

@ -428,7 +428,7 @@
"basis": "32px" "basis": "32px"
}, },
"props": { "props": {
"text": 5, "text": 0,
"textStyle": { "textStyle": {
"fontSize": 10, "fontSize": 10,
"textAlign": "center" "textAlign": "center"
@ -457,7 +457,7 @@
"basis": "32px" "basis": "32px"
}, },
"props": { "props": {
"text": 2, "text": 0,
"textStyle": { "textStyle": {
"fontSize": 10, "fontSize": 10,
"textAlign": "center" "textAlign": "center"
@ -515,7 +515,7 @@
"basis": "32px" "basis": "32px"
}, },
"props": { "props": {
"text": 3, "text": 1,
"textStyle": { "textStyle": {
"fontSize": 10, "fontSize": 10,
"textAlign": "center" "textAlign": "center"
@ -544,7 +544,7 @@
"basis": "32px" "basis": "32px"
}, },
"props": { "props": {
"text": 10, "text": 1,
"textStyle": { "textStyle": {
"fontSize": 10, "fontSize": 10,
"textAlign": "center" "textAlign": "center"
@ -609,10 +609,10 @@
"custom": { "custom": {
"counts": { "counts": {
"Critical": 0, "Critical": 0,
"Diagnostic": 3, "Diagnostic": 1,
"High": 5, "High": 0,
"Low": 0, "Low": 0,
"Medium": 2 "Medium": 0
} }
}, },
"events": { "events": {

View File

@ -4,21 +4,27 @@
"$": [ "$": [
"ds", "ds",
192, 192,
1756810818072 1758290292372
], ],
"$columns": [ "$columns": [
{ {
"data": [], "data": [
"MCM01"
],
"name": "Location", "name": "Location",
"type": "String" "type": "String"
}, },
{ {
"data": [], "data": [
"Diagnostic"
],
"name": "Priority", "name": "Priority",
"type": "String" "type": "String"
}, },
{ {
"data": [], "data": [
1
],
"name": "Count", "name": "Count",
"type": "Long" "type": "Long"
} }
@ -66,12 +72,6 @@
"params.value": { "params.value": {
"paramDirection": "input", "paramDirection": "input",
"persistent": true "persistent": true
},
"params.value.tagProps[0]": {
"onChange": {
"enabled": null,
"script": "\tsystem.perspective.print(currentValue.value)"
}
} }
}, },
"props": { "props": {

View File

@ -10,8 +10,8 @@
"attributes": { "attributes": {
"lastModification": { "lastModification": {
"actor": "admin", "actor": "admin",
"timestamp": "2025-09-02T08:59:59Z" "timestamp": "2025-09-19T13:51:21Z"
}, },
"lastModificationSignature": "36cc8a41471bcbff3e1465b95bf413b4415f956e815c3bd7699c93e706d3d4bd" "lastModificationSignature": "f085039002f6db3cb13fac7293c096694ebb1c8920c8b90643b676bd1bed8633"
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@ -774,7 +774,7 @@
} }
], ],
"custom": { "custom": {
"show_home_selector": true "show_home_selector": false
}, },
"meta": { "meta": {
"name": "root" "name": "root"

View File

@ -10,8 +10,8 @@
"attributes": { "attributes": {
"lastModification": { "lastModification": {
"actor": "admin", "actor": "admin",
"timestamp": "2025-09-02T11:00:18Z" "timestamp": "2025-09-19T13:58:13Z"
}, },
"lastModificationSignature": "165391ee4949fa7b4322fdca1527e7faa7dfc709ad641ece66338d1c15269bac" "lastModificationSignature": "b67275b216883876b5da86e62e8434c6a7eb4f0d23a5ba286676c34465d88102"
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 730 B

View File

@ -4,21 +4,27 @@
"$": [ "$": [
"ds", "ds",
192, 192,
1756810818072 1758290292372
], ],
"$columns": [ "$columns": [
{ {
"data": [], "data": [
"MCM01"
],
"name": "Location", "name": "Location",
"type": "String" "type": "String"
}, },
{ {
"data": [], "data": [
"Diagnostic"
],
"name": "Priority", "name": "Priority",
"type": "String" "type": "String"
}, },
{ {
"data": [], "data": [
1
],
"name": "Count", "name": "Count",
"type": "Long" "type": "Long"
} }
@ -66,12 +72,6 @@
"params.value": { "params.value": {
"paramDirection": "input", "paramDirection": "input",
"persistent": true "persistent": true
},
"params.value.tagProps[0]": {
"onChange": {
"enabled": null,
"script": "\tsystem.perspective.print(currentValue.value)"
}
} }
}, },
"props": { "props": {

View File

@ -9,9 +9,9 @@
], ],
"attributes": { "attributes": {
"lastModification": { "lastModification": {
"actor": "external", "actor": "admin",
"timestamp": "2025-08-28T09:46:53Z" "timestamp": "2025-09-19T13:57:26Z"
}, },
"lastModificationSignature": "3bd3bb5c2e35ac74b4743a0397bbaaf81389db44d07a2e650224900aac976066" "lastModificationSignature": "f9757d8cadae4ed13438f09285a0c19e3da471b488c9796efed1f16309b5227e"
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@ -428,7 +428,7 @@
"basis": "32px" "basis": "32px"
}, },
"props": { "props": {
"text": 5, "text": 0,
"textStyle": { "textStyle": {
"fontSize": 10, "fontSize": 10,
"textAlign": "center" "textAlign": "center"
@ -457,7 +457,7 @@
"basis": "32px" "basis": "32px"
}, },
"props": { "props": {
"text": 2, "text": 0,
"textStyle": { "textStyle": {
"fontSize": 10, "fontSize": 10,
"textAlign": "center" "textAlign": "center"
@ -515,7 +515,7 @@
"basis": "32px" "basis": "32px"
}, },
"props": { "props": {
"text": 3, "text": 1,
"textStyle": { "textStyle": {
"fontSize": 10, "fontSize": 10,
"textAlign": "center" "textAlign": "center"
@ -544,7 +544,7 @@
"basis": "32px" "basis": "32px"
}, },
"props": { "props": {
"text": 10, "text": 1,
"textStyle": { "textStyle": {
"fontSize": 10, "fontSize": 10,
"textAlign": "center" "textAlign": "center"
@ -609,10 +609,10 @@
"custom": { "custom": {
"counts": { "counts": {
"Critical": 0, "Critical": 0,
"Diagnostic": 3, "Diagnostic": 1,
"High": 5, "High": 0,
"Low": 0, "Low": 0,
"Medium": 2 "Medium": 0
} }
}, },
"events": { "events": {

View File

@ -9,9 +9,9 @@
], ],
"attributes": { "attributes": {
"lastModification": { "lastModification": {
"actor": "external", "actor": "admin",
"timestamp": "2025-08-28T09:46:53Z" "timestamp": "2025-09-19T13:52:23Z"
}, },
"lastModificationSignature": "5f668dbd8586eb17f4e2ddcf553e198fe1e50ebabbb451486e38853c1a618655" "lastModificationSignature": "b3adc90e497ab6fff6603c0e67a6cbd1f86aa1d98b889b7d8677a38d2fccb942"
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -1,30 +1,8 @@
{ {
"custom": { "custom": {
"activityLogger": {
"alt_pageid": "card_view"
},
"pageid": "card_view" "pageid": "card_view"
}, },
"params": {}, "params": {},
"propConfig": {
"custom.activityLogger": {
"persistent": true
},
"custom.activityLogger.pageid": {
"binding": {
"config": {
"expression": "{page.props.path}"
},
"transforms": [
{
"code": "\tif value \u003d\u003d\u0027/\u0027 or value \u003d\u003d \u0027\u0027 or value \u003d\u003d None:\n\t\treturn self.custom.activityLogger.alt_pageid.lower()\n\telse:\n\t\treturn value[1:].lower()",
"type": "script"
}
],
"type": "expr"
}
}
},
"props": { "props": {
"defaultSize": { "defaultSize": {
"height": 1080, "height": 1080,