Properties for Dependency Views
Use Dependency Views properties to configure how data appears in Dependency Views maps.
| Property | Description |
|---|---|
Maximum number of CIs to display on a map at once. glide.bsm.max_nodes |
The maximum number of nodes to retrieve from the database. If more nodes exist in the database, they are not displayed in the map.
|
|
Maximum level depth from the root CI that can be initially displayed in Dependency Views. glide.bsm.max_levels |
Level depth is the graph distance between the root CI and a node.
|
Display the continuation of the map underneath virtual group. Virtual links are used to connect virtual groups to their child nodes. glide.bsm.show_virtual_node_children |
|
Maximum number of child nodes to display (the rest will be collapsed). glide.bsm.too_many_children |
Maximum number of nodes (of a similar CI type and at the same level) to
display before applying virtual grouping. Nodes are collapsed for the map to meet this limit.
|
A value of true indicates that filtered out items will be removed from the graph along with any disconnected children while a value of false indicates that the items will be dimmed in color. glide.ngbsm.filters_remove_filtered_items |
|
Maximum number of relations per node. glide.bsm.max_num_rels |
The maximum number of relations to retrieve from the database. If more relations exist in the database, they are not displayed in the map.
|
A value of true indicates that when filters are changed the graph will recalculate it layout using the currently selected layout algorithm. glide.ngbsm.filters_run_layout_automatically |
|
A value of true indicates that when filters are changed the graph will be fit to the screen automatically. glide.ngbsm.filters_fit_to_screen_automatically |
|
A value of true allows relationship lines to be drawn using smooth curves instead of straight line segments. These curves can be more taxing on the browser, setting to false may improve fluidity of animation and interaction for Dependency Views. glide.ngbsm.performance_allow_curves |
|
Amount of time in milliseconds a notification stays on the screen. glide.ngbsm.notification_display_time |
|
The maximum amount of results displayed when searching for CIs. glide.ngbsm.search_ci_limit |
|
The maximum amount of results displayed when searching for Relationship Types. glide.ngbsm.search_rel_type_limit |
|
When available, the map should display the class labels for each CI. glide.ngbsm.show_class_labels |
|
Truncate node labels to a single line and to fit available space (default). Disable to display entire labels on multiple lines and wrapped as needed. glide.ngbsm.truncate_long_labels |
If glide.ngbsm.show_class_labels is enabled, then the class label always displays on top of the CI label, and wrapping applies to both the class and the CI labels.
|
Minimum horizontal distance between nodes in horizontal layout. glide.bsm.layout_horizontal_spacing_x |
The distance is measured in pixels between one node's center to another node's center.
|
Minimum vertical distance between nodes in horizontal layout. glide.bsm.layout_horizontal_spacing_y |
The distance is measured in pixels between one node's center to another node's center.
|
Minimum horizontal distance between nodes in vertical layout. glide.bsm.layout_vertical_spacing_x |
The distance is measured in pixels between one node's center to another node's center.
|
Minimum vertical distance between nodes in vertical layout. glide.bsm.layout_vertical_spacing_y |
The distance is measured in pixels between one node's center to another node's center.
|