Added support for Quanta LB9 rack switch and updated logo to the newer QCT logo

This commit is contained in:
Christoffer Stokbaek
2016-10-25 10:31:37 +02:00
parent 8da3b1f813
commit a4e15a1a12
2 changed files with 1 additions and 1 deletions

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 853 B

View File

@@ -1,5 +1,5 @@
<?php
if (starts_with($sysObjectId, array('.1.3.6.1.4.1.4413', '.1.3.6.1.4.1.7244')) && str_contains($sysDescr, array('vxworks', 'quanta'), true)) {
if (starts_with($sysObjectId, array('.1.3.6.1.4.1.4413', '.1.3.6.1.4.1.7244')) && str_contains($sysDescr, array('vxworks', 'quanta', 'LB9, Runtime Code'), true)) {
$os = 'quanta';
}