Compare commits

...

3 Commits

Author SHA1 Message Date
3825881350 Merge pull request 'beka-branch' (#123) from beka-branch into main
Reviewed-on: #123
2025-06-12 12:08:12 +00:00
b.makharadze
77ca1115a0 Add proper filter for name to JR-PB docked east 2025-06-12 16:02:21 +04:00
b.makharadze
beb0195875 Add show buttons 2025-06-12 15:54:42 +04:00
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
"alarm_filter": { "alarm_filter": {
"magnificaiton": "x2", "magnificaiton": "x2",
"orderby": false, "orderby": false,
"show_buttons": true,
"show_camera_jams": true, "show_camera_jams": true,
"show_diagnostic": true, "show_diagnostic": true,
"show_fio": true, "show_fio": true,

View File

@ -356,7 +356,7 @@
}, },
"transforms": [ "transforms": [
{ {
"code": "\treturn value[24:]", "code": " return value.rsplit(\u0027/\u0027, 1)[-1]",
"type": "script" "type": "script"
} }
], ],