From 2414c92d87a4b807d8480328681ef066ba08e305 Mon Sep 17 00:00:00 2001 From: Koren Lev Date: Thu, 10 Aug 2017 20:13:55 +0300 Subject: object_types_for_links updated Change-Id: I0b56cc2ab985bd3c0afdfc8ab568bb86768c3092 Signed-off-by: Koren Lev --- app/install/db/constants.json | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'app/install/db') diff --git a/app/install/db/constants.json b/app/install/db/constants.json index afd4369..c3d59a4 100644 --- a/app/install/db/constants.json +++ b/app/install/db/constants.json @@ -508,7 +508,7 @@ ] }, { - "name" : "object_types_for_links", + "name" : "object_types_for_links", "data" : [ { "label" : "vnic", @@ -534,6 +534,18 @@ "label" : "pnic", "value" : "pnic" }, + { + "label" : "switch_pnic", + "value" : "switch_pnic" + }, + { + "label" : "host_pnic", + "value" : "host_pnic" + }, + { + "label" : "switch", + "value" : "switch" + }, { "label" : "network", "value" : "network" @@ -553,16 +565,8 @@ { "label" : "host", "value" : "host" - }, - { - "label" : "switch_pnic", - "value" : "switch_pnic" - }, - { - "label" : "switch", - "value" : "switch" } - ] + ] }, { "name" : "scan_object_types", -- cgit 1.2.3-korg