mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
webui: Replaced old Mikrotik SWOS vendor logo with the correct Mikrotik Logo (#8584)
* Replaced old Mikrotik SWOS vendor logo with the correct Mikrotik Logo * Uptated RouterOS and SWOS to use a common Mikrotik logo * Removed unused routeros.svg image file * Updated test to use new defined icon
This commit is contained in:
committed by
Neil Lathwood
parent
f9da8ef2a1
commit
350045995c
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.8 KiB |
@@ -1,5 +1,6 @@
|
||||
os: routeros
|
||||
text: 'Mikrotik RouterOS'
|
||||
icon: mikrotik
|
||||
type: network
|
||||
nobulk: 1
|
||||
mib_dir:
|
||||
|
@@ -1,5 +1,6 @@
|
||||
os: swos
|
||||
text: 'Mikrotik SwOS'
|
||||
icon: mikrotik
|
||||
type: network
|
||||
nobulk: 1
|
||||
mib_dir:
|
||||
|
@@ -4252,7 +4252,7 @@
|
||||
"os": "routeros",
|
||||
"type": "network",
|
||||
"serial": null,
|
||||
"icon": "routeros.svg"
|
||||
"icon": "mikrotik.svg"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -4270,7 +4270,7 @@
|
||||
"os": "routeros",
|
||||
"type": "network",
|
||||
"serial": "71B1060EE89D",
|
||||
"icon": "routeros.svg"
|
||||
"icon": "mikrotik.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user