From 2fe139cb3c3e43b5770646459e6ac20950f6a861 Mon Sep 17 00:00:00 2001 From: Aleksandar Radunovic Date: Wed, 31 Oct 2018 10:58:42 +0100 Subject: [PATCH] Reorder device types data --- initializers/device_types.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/initializers/device_types.yml b/initializers/device_types.yml index f2dd81b..d0e4c36 100644 --- a/initializers/device_types.yml +++ b/initializers/device_types.yml @@ -1,23 +1,23 @@ -# - manufacturer: Manufacturer 1 -# model: Model 1 +# - model: Model 1 +# manufacturer: Manufacturer 1 # slug: model-1 # u_height: 2 # custom_fields: # text_field: Description -# - manufacturer: Manufacturer 1 -# model: Model 2 +# - model: Model 2 +# manufacturer: Manufacturer 1 # slug: model-2 # custom_fields: # text_field: Description -# - manufacturer: Manufacturer 1 -# model: Model 3 +# - model: Model 3 +# manufacturer: Manufacturer 1 # slug: model-3 # is_full_depth: false # u_height: 0 # custom_fields: # text_field: Description -# - manufacturer: NoName -# model: Other +# - model: Other +# manufacturer: NoName # slug: other # custom_fields: # text_field: Description