sort device types alphabetically (#14244)

* sort device types alphabetically

* fix spacing
This commit is contained in:
VTS
2022-08-25 11:48:45 -04:00
committed by GitHub
parent 835eac1233
commit 6400f88752

View File

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