We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Tooltip
1 parent a04d87b commit 6555402Copy full SHA for 6555402
app/components/settings/api-tokens.hbs
@@ -48,7 +48,7 @@
48
49
{{#each (this.listToParts token.endpoint_scopes) as |part|~}}
50
{{#if (eq part.type "element")}}
51
- <strong>{{part.value}}<EmberTooltip @text={{this.scopeDescription part.value}} /></strong>
+ <strong>{{part.value}}<Tooltip @text={{this.scopeDescription part.value}} /></strong>
52
{{~else~}}
53
{{part.value}}
54
{{/if}}
@@ -62,7 +62,7 @@
62
63
{{#each (this.listToParts token.crate_scopes) as |part|~}}
64
65
- <strong>{{part.value}}<EmberTooltip @text={{this.patternDescription part.value}} /></strong>
+ <strong>{{part.value}}<Tooltip @text={{this.patternDescription part.value}} /></strong>
66
67
68
0 commit comments