Module

situationalAwareness/environmentSummary/infrastructure

Provides a possibility to work with an infrastructure section of environment summary screen.

View Source environment-summary/environment-summary-infrastructure-actions.js, line 3

Methods

# static toggleTags(flowId, hostId, show)

Toggles tags in an infrastructure section of environment summary screen.

Parameters:
Name Type Description
flowId string

The unique Id of opened tab

hostId string

The CI ID of the host

show boolean

If true will show all tags, otherwise only first 3.

Properties:
Name Type Description
type string

TOGGLE_TAGS

View Source environment-summary/environment-summary-infrastructure-actions.js, line 18