New backup 2025-07-12 16:15:02
This commit is contained in:
parent
3d41b31f1e
commit
927ac67e8a
1 changed files with 1 additions and 2 deletions
|
@ -14,5 +14,4 @@
|
||||||
'${replace(entry.name,".*:","")}'
|
'${replace(entry.name,".*:","")}'
|
||||||
(label
|
(label
|
||||||
:class "workspace-number"
|
:class "workspace-number"
|
||||||
:text {captures(entry.num, '[1-9]')}))))))
|
:text {jq(captures(entry.num, '[0-9]$'),'.[].[]','r')}))))))
|
||||||
;; :text {captures(entry.num, '/.{2}$/g')}))))))
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue