diff options
-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",
|