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

12 lines
149 B
Handlebars

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