1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixed code comments

This commit is contained in:
Stephan Blanke
2022-02-22 23:32:34 +01:00
parent b1de85a44f
commit 1a7438acfd
2 changed files with 2 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -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',