This commit is contained in:
Donavon McDowell 2024-11-29 11:38:03 -07:00
commit d922274cd1
4 changed files with 5 additions and 0 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
static/pix4d.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
static/tbc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB