consul/ui/packages/consul-ui/app/components/state-chart/index.hbs

12 lines
241 B
Handlebars

{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
}}
{{yield
(component 'state' state=state)
(component 'state-chart/guard' chart=this)
(component 'state-chart/action' chart=this)
(action 'dispatch')
state
}}