Skip to content

Commit

Permalink
Merge pull request #22 from fleetbase/feature/add-vehicles-online-cou…
Browse files Browse the repository at this point in the history
…nt-fleet-model

add the online count properties for vehicles
  • Loading branch information
roncodes authored Nov 24, 2023
2 parents fd43e83 + 890a595 commit 12ddb56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addon/models/fleet.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export default class FleetModel extends Model {
/** @attributes */
@attr('number') drivers_count;
@attr('number') drivers_online_count;
@attr('number') vehicles_count;
@attr('number') vehicles_online_count;
@attr('string') photo_url;
@attr('string') name;
@attr('string') color;
Expand Down

0 comments on commit 12ddb56

Please sign in to comment.