From 6400f88752f8faa5321611f48b07cfa4dee16ce3 Mon Sep 17 00:00:00 2001 From: VTS <5238065+VirTechSystems@users.noreply.github.com> Date: Thu, 25 Aug 2022 11:48:45 -0400 Subject: [PATCH] sort device types alphabetically (#14244) * sort device types alphabetically * fix spacing --- misc/config_definitions.json | 90 ++++++++++++++++++------------------ 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/misc/config_definitions.json b/misc/config_definitions.json index deb881ba01..baa3dae3cc 100644 --- a/misc/config_definitions.json +++ b/misc/config_definitions.json @@ -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",