mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 03:16:25 -06:00
Fixed code comments
This commit is contained in:
parent
bac5e58d8b
commit
09386c47bb
BIN
netbox/project-static/dist/netbox.js.map
vendored
BIN
netbox/project-static/dist/netbox.js.map
vendored
Binary file not shown.
@ -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
|
* For example, if `vlangroup_add` is the view, use the layout configuration `vlangroup`.
|
||||||
* showHideMap.region.hide should be hidden, and the fields with IDs listed in
|
|
||||||
* showHideMap.region.show should be shown.
|
|
||||||
*/
|
*/
|
||||||
const showHideMap: ShowHideMap = {
|
const showHideMap: ShowHideMap = {
|
||||||
vlangroup_add: 'vlangroup',
|
vlangroup_add: 'vlangroup',
|
||||||
|
Loading…
Reference in New Issue
Block a user