mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-02-12 15:02:45 +00:00
add genetec
This commit is contained in:
BIN
webapp/public/alprs/genetec-1.webp
Normal file
BIN
webapp/public/alprs/genetec-1.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 80 KiB |
BIN
webapp/public/alprs/genetec-2.webp
Normal file
BIN
webapp/public/alprs/genetec-2.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
BIN
webapp/public/alprs/genetec-3.webp
Normal file
BIN
webapp/public/alprs/genetec-3.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 86 KiB |
@@ -65,6 +65,12 @@ const alprBrands: WikidataItem[] = [
|
||||
wikidata: 'Q634815',
|
||||
exampleImage: '/alprs/motorola-4.jpg',
|
||||
},
|
||||
{
|
||||
name: 'Genetec', // TODO: fix me
|
||||
nickname: 'Genetec',
|
||||
wikidata: 'XXX', // TOOD: fix me
|
||||
exampleImage: '/alprs/genetec-3.webp',
|
||||
},
|
||||
{
|
||||
name: 'Leonardo',
|
||||
nickname: 'Leonardo/ELSAG',
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
</v-col>
|
||||
</v-row>
|
||||
|
||||
<!-- TODO: why is this in a separate section? -->
|
||||
|
||||
<h2>Common Vendors</h2>
|
||||
<ul class="serif mb-16">
|
||||
<li>
|
||||
@@ -74,6 +76,11 @@ const vendors = [
|
||||
count: 4,
|
||||
urlScheme: '/alprs/motorola-{index}.jpg',
|
||||
},
|
||||
{
|
||||
vendor: 'Genetec',
|
||||
count: 3,
|
||||
urlScheme: '/alprs/genetec-{index}.webp',
|
||||
},
|
||||
{
|
||||
vendor: 'Leonardo/ELSAG',
|
||||
count: 4,
|
||||
|
||||
Reference in New Issue
Block a user