UX: Show the info icon outside the tooltip (#22696)

This commit is contained in:
Roman Rizzi 2023-07-19 13:33:17 -03:00 committed by GitHub
parent a295298649
commit 132bd375f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,9 @@ export default createWidget("summary-box", {
new RenderGlimmer(
this,
"div",
hbs`{{@data.summarizedOn}}<DTooltip @placement="top-end">{{d-icon "info-circle"}}
hbs`{{@data.summarizedOn}}
{{d-icon "info-circle"}}
<DTooltip @placement="top-end">
{{i18n "summary.model_used" model=@data.attrs.summarizedBy}}
</DTooltip>`,
{