Browse Source

Fixed code comments

Stephan Blanke 4 years ago
parent
commit
1a7438acfd

File diff suppressed because it is too large
+ 0 - 0
netbox/project-static/dist/netbox.js.map


+ 1 - 3
netbox/project-static/src/forms/scopeSelector.ts

@@ -83,9 +83,7 @@ const showHideLayout: ShowHideLayout = {
 /**
 /**
  * Mapping of view names to layout configurations
  * 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 = {
 const showHideMap: ShowHideMap = {
   vlangroup_add: 'vlangroup',
   vlangroup_add: 'vlangroup',

Some files were not shown because too many files changed in this diff