diff options
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/scanners.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/config/scanners.json b/app/config/scanners.json index fa65891..ae856a2 100644 --- a/app/config/scanners.json +++ b/app/config/scanners.json @@ -88,9 +88,9 @@ "type": "pnics_folder", "fetcher": { "folder": true, - "types_name": "pnics", + "types_name": "host_pnics", "parent_type": "host", - "text": "pNICs" + "text": "host_pNICs" }, "environment_condition": { "mechanism_drivers": [ @@ -310,9 +310,9 @@ "type": "pnics_folder", "fetcher": { "folder": true, - "types_name": "pnics", + "types_name": "host_pnics", "parent_type": "vedge", - "text": "pNICs" + "text": "host_pNICs" }, "environment_condition": { "mechanism_drivers": "VPP" |