open-nomad/ui/app/templates/components/tooltip.hbs
2023-04-10 15:36:59 +00:00

8 lines
144 B
Handlebars

{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: MPL-2.0
}}
<span class="tooltip" aria-label="{{this.text}}">
{{yield}}
</span>