consul/ui/packages/consul-ui/app/components/watcher/index.hbs

12 lines
150 B
Handlebars

{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
}}
{{yield (hash
fns=(hash
start=this.start
stop=this.stop
)
)}}