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

12 lines
240 B
Handlebars
Raw Normal View History

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