diff options
author | Koren Lev <korenlev@gmail.com> | 2017-08-10 20:13:55 +0300 |
---|---|---|
committer | Koren Lev <korenlev@gmail.com> | 2017-08-10 20:13:55 +0300 |
commit | 2414c92d87a4b807d8480328681ef066ba08e305 (patch) | |
tree | 2d349c45c88e767846a48b9044a2d7d987c98c1c /app | |
parent | 4c141b67a81281ec483885bd65f25ea0e91f000d (diff) |
object_types_for_links updated
Change-Id: I0b56cc2ab985bd3c0afdfc8ab568bb86768c3092
Signed-off-by: Koren Lev <korenlev@gmail.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/install/db/constants.json | 24 |
1 files changed, 14 insertions, 10 deletions
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",
@@ -535,6 +535,18 @@ "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",
|