From 1a7438acfd9b8e4fbf37ea50b182c5cae97f6810 Mon Sep 17 00:00:00 2001 From: Stephan Blanke Date: Tue, 22 Feb 2022 23:32:34 +0100 Subject: [PATCH] Fixed code comments --- netbox/project-static/dist/netbox.js.map | Bin 344930 -> 344930 bytes .../project-static/src/forms/scopeSelector.ts | 4 +--- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/netbox/project-static/dist/netbox.js.map b/netbox/project-static/dist/netbox.js.map index 61f3a2a081b7391b4d3380dfd3ae7f202299014f..c7e20fe9ae4893f6bbbbd26ccb95f35b556214cb 100644 GIT binary patch delta 47 zcmaFVCinYUgILTt^4u$2b^IOkx2puRNHQ^6Znq0%QF#Xd Dq6`n} diff --git a/netbox/project-static/src/forms/scopeSelector.ts b/netbox/project-static/src/forms/scopeSelector.ts index 01be68ad3..14ef972f8 100644 --- a/netbox/project-static/src/forms/scopeSelector.ts +++ b/netbox/project-static/src/forms/scopeSelector.ts @@ -83,9 +83,7 @@ const showHideLayout: ShowHideLayout = { /** * Mapping of view names to layout configurations * - * For example, if `region` is the scope type, the fields with IDs listed in - * showHideMap.region.hide should be hidden, and the fields with IDs listed in - * showHideMap.region.show should be shown. + * For example, if `vlangroup_add` is the view, use the layout configuration `vlangroup`. */ const showHideMap: ShowHideMap = { vlangroup_add: 'vlangroup',