diff --git a/.github/workflows/postman.yml b/.github/workflows/postman.yml index 702cd6437..eb3cb8655 100644 --- a/.github/workflows/postman.yml +++ b/.github/workflows/postman.yml @@ -33,4 +33,8 @@ jobs: # published image, not the branch under review. The workflow checks this # repository out at the commit under test and swaps it into the container. overlay-package: fleetbase/fleetops-api + # This coordinated PR adds the Trailer lifecycle to fleetbase/postman#58. + # Exercise that immutable collection revision during PR review; once merged, + # normal main-branch runs continue following the Postman main branch. + postman-ref: ${{ github.event_name == 'pull_request' && 'e1752902891eb625a53d8f3705bec496610641f1' || 'main' }} secrets: inherit diff --git a/addon/components/cell/attached-vehicle.hbs b/addon/components/cell/attached-vehicle.hbs index 6ad15e212..a79290f88 100644 --- a/addon/components/cell/attached-vehicle.hbs +++ b/addon/components/cell/attached-vehicle.hbs @@ -4,7 +4,7 @@ {{else}}
Fleet context for telemetry from this device.
+{{t "device.attachment.description"}}
| {{t "trailer.fields.vehicle"}} | {{t "trailer.fields.connected-at"}} | {{t "trailer.fields.disconnected-at"}} | {{t "common.status"}} |
|---|---|---|---|
| {{n-a connection.vehicle.name}} | {{n-a connection.connected_at}} | {{n-a connection.disconnected_at}} |
Fleet context for telemetry from this device.
+{{t "device.attachment.description"}}
Recent vehicle coordinates reported through this device attachment.
+{{t "device.attachment.positions-description"}}