Skip to content

Commit d413ba2

Browse files
refactor(web): tooltip -> title
1 parent bcac107 commit d413ba2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

web/views/endpoints.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h3>{{$val.Name}}</h3>
1313
<div class="flex flex-col gap-4">
1414
<div class="flex justify-between gap-2">
1515
<div>
16-
<em data-placement="right" data-tooltip="Endpoint was created internally and cannot be modified.">
16+
<em title="Endpoint was created internally and cannot be modified.">
1717
Internal
1818
</em>
1919
</div>
@@ -29,7 +29,7 @@ <h3>{{$val.Name}}</h3>
2929

3030
<div class="flex justify-between gap-2">
3131
<div>
32-
<em data-placement="right" data-tooltip="Do not send attachments to endpoint.">
32+
<em title="Do not send attachments to endpoint.">
3333
Attachment Disable
3434
</em>
3535
</div>
@@ -41,7 +41,7 @@ <h3>{{$val.Name}}</h3>
4141

4242
<div class="flex justify-between gap-2">
4343
<div>
44-
<em data-placement="right" data-tooltip="Do not send text to endpoint.">
44+
<em title="Do not send text to endpoint.">
4545
Text Disable
4646
</em>
4747
</div>

web/views/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h2>Storage</h2>
1313
<figure>{{template "p/storage-table" .}}</figure>
1414
<div class="grid">
1515
<button hx-post="/vacuum" data-loading-path="/vacuum" data-loading-disable data-loading-aria-busy
16-
data-tooltip="Rebuild database file to take the minimal amount of disk space.">
16+
title="Rebuild database file to take the minimal amount of disk space.">
1717
Vacuum Database
1818
</button>
1919
<button hx-delete="/envelopes" data-loading-path="/vacuum" data-loading-disable data-loading-aria-busy

web/views/rules.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h3>{{$val.Rule.Name}}</h3>
1313
<div class="flex flex-col gap-4">
1414
<div class="flex justify-between gap-2">
1515
<div>
16-
<em data-placement="right" data-tooltip="Endpoint was created internally and cannot be modified.">
16+
<em title="Endpoint was created internally and cannot be modified.">
1717
Internal
1818
</em>
1919
</div>

0 commit comments

Comments
 (0)