Merge branch 'master' of https://github.com/donavon04/licensetrackerfrontend
This commit is contained in:
commit
d922274cd1
@ -122,6 +122,10 @@
|
|||||||
return 'sewergems.png';
|
return 'sewergems.png';
|
||||||
case 'WaterCAD':
|
case 'WaterCAD':
|
||||||
return 'watercad.png';
|
return 'watercad.png';
|
||||||
|
case 'pix4dmapper':
|
||||||
|
return 'pix4d.png';
|
||||||
|
case 'AGI32-21':
|
||||||
|
return 'AGi32.png';
|
||||||
case 'VirtualSurveyor':
|
case 'VirtualSurveyor':
|
||||||
return 'virtual_surveyor.png';
|
return 'virtual_surveyor.png';
|
||||||
case 'MathcadPrime':
|
case 'MathcadPrime':
|
||||||
@ -145,6 +149,7 @@
|
|||||||
<th class="p-2">Icon</th>
|
<th class="p-2">Icon</th>
|
||||||
<th class="py-2">Program Name</th>
|
<th class="py-2">Program Name</th>
|
||||||
<th class="py-2">Username</th>
|
<th class="py-2">Username</th>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
{#each licenses as license, index}
|
{#each licenses as license, index}
|
||||||
<tr class={`${
|
<tr class={`${
|
||||||
|
BIN
static/AGi32.png
Normal file
BIN
static/AGi32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
BIN
static/pix4d.png
Normal file
BIN
static/pix4d.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
static/tbc.png
Normal file
BIN
static/tbc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 219 KiB |
Loading…
Reference in New Issue
Block a user