mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
sort device types alphabetically (#14244)
* sort device types alphabetically * fix spacing
This commit is contained in:
@@ -971,51 +971,6 @@
|
||||
},
|
||||
"device_types": {
|
||||
"default": [
|
||||
{
|
||||
"icon": "server.png",
|
||||
"text": "Servers",
|
||||
"type": "server"
|
||||
},
|
||||
{
|
||||
"icon": "network.png",
|
||||
"text": "Network",
|
||||
"type": "network"
|
||||
},
|
||||
{
|
||||
"icon": "wireless.png",
|
||||
"text": "Wireless",
|
||||
"type": "wireless"
|
||||
},
|
||||
{
|
||||
"icon": "firewall.png",
|
||||
"text": "Firewalls",
|
||||
"type": "firewall"
|
||||
},
|
||||
{
|
||||
"icon": "power.png",
|
||||
"text": "Power",
|
||||
"type": "power"
|
||||
},
|
||||
{
|
||||
"icon": "environment.png",
|
||||
"text": "Environment",
|
||||
"type": "environment"
|
||||
},
|
||||
{
|
||||
"icon": "loadbalancer.png",
|
||||
"text": "Load Balancers",
|
||||
"type": "loadbalancer"
|
||||
},
|
||||
{
|
||||
"icon": "storage.png",
|
||||
"text": "Storage",
|
||||
"type": "storage"
|
||||
},
|
||||
{
|
||||
"icon": "printer.png",
|
||||
"text": "Printers",
|
||||
"type": "printer"
|
||||
},
|
||||
{
|
||||
"icon": "appliance.png",
|
||||
"text": "Appliance",
|
||||
@@ -1026,6 +981,51 @@
|
||||
"text": "Collaboration",
|
||||
"type": "collaboration"
|
||||
},
|
||||
{
|
||||
"icon": "environment.png",
|
||||
"text": "Environment",
|
||||
"type": "environment"
|
||||
},
|
||||
{
|
||||
"icon": "firewall.png",
|
||||
"text": "Firewalls",
|
||||
"type": "firewall"
|
||||
},
|
||||
{
|
||||
"icon": "loadbalancer.png",
|
||||
"text": "Load Balancers",
|
||||
"type": "loadbalancer"
|
||||
},
|
||||
{
|
||||
"icon": "network.png",
|
||||
"text": "Network",
|
||||
"type": "network"
|
||||
},
|
||||
{
|
||||
"icon": "printer.png",
|
||||
"text": "Printers",
|
||||
"type": "printer"
|
||||
},
|
||||
{
|
||||
"icon": "power.png",
|
||||
"text": "Power",
|
||||
"type": "power"
|
||||
},
|
||||
{
|
||||
"icon": "server.png",
|
||||
"text": "Servers",
|
||||
"type": "server"
|
||||
},
|
||||
{
|
||||
"icon": "storage.png",
|
||||
"text": "Storage",
|
||||
"type": "storage"
|
||||
},
|
||||
{
|
||||
"icon": "wireless.png",
|
||||
"text": "Wireless",
|
||||
"type": "wireless"
|
||||
},
|
||||
{
|
||||
"icon": "workstation.png",
|
||||
"text": "Workstation",
|
||||
|
Reference in New Issue
Block a user