Compare commits

...

1 Commits

Author SHA1 Message Date
znetsixe
efe4a5f97d update flow arrow 2025-11-07 15:30:24 +01:00

View File

@@ -6,9 +6,9 @@ class PhysicalPositionMenu {
return { return {
positionGroups: [ positionGroups: [
{ group: 'Positional', options: [ { group: 'Positional', options: [
{ value: 'upstream', label: ' Upstream', icon: '←'}, { value: 'upstream', label: ' Upstream', icon: '←'}, //flow is then typically left to right
{ value: 'atEquipment', label: '⊥ in place' , icon: '⊥' }, { value: 'atEquipment', label: '⊥ in place' , icon: '⊥' },
{ value: 'downstream', label: ' Downstream' , icon: '→' } { value: 'downstream', label: ' Downstream' , icon: '→' }
] ]
} }
], ],