Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSiiN authored Apr 25, 2024
1 parent 9ec51ac commit 58a7e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/Main.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
{ icon: 'fas fa-car', label: 'Class', value: dispatch.data.class },
{ icon: 'fas fa-door-open', label: 'Doors', value: dispatch.data.doors },
{ icon: 'fas fa-compass', label: 'Heading', value: dispatch.data.heading },
{ icon: 'fas fa-video', label: 'Cam ID', value: dispatch.data.camId },
];
}
}
Expand Down
1 change: 1 addition & 0 deletions ui/src/components/Menu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
{ icon: 'fas fa-car', label: 'Class', value: dispatch.class },
{ icon: 'fas fa-door-open', label: 'Doors', value: dispatch.doors },
{ icon: 'fas fa-compass', label: 'Heading', value: dispatch.heading },
{ icon: 'fas fa-video', label: 'Cam ID', value: dispatch.camId },
{ icon: 'fas fa-user-group', label: 'Units', value: dispatch.units.length },
];
}
Expand Down

0 comments on commit 58a7e0f

Please sign in to comment.