File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ <h3>{{$val.Name}}</h3>
13
13
< div class ="flex flex-col gap-4 ">
14
14
< div class ="flex justify-between gap-2 ">
15
15
< 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. ">
17
17
Internal
18
18
</ em >
19
19
</ div >
@@ -29,7 +29,7 @@ <h3>{{$val.Name}}</h3>
29
29
30
30
< div class ="flex justify-between gap-2 ">
31
31
< div >
32
- < em data-placement =" right " data-tooltip ="Do not send attachments to endpoint. ">
32
+ < em title ="Do not send attachments to endpoint. ">
33
33
Attachment Disable
34
34
</ em >
35
35
</ div >
@@ -41,7 +41,7 @@ <h3>{{$val.Name}}</h3>
41
41
42
42
< div class ="flex justify-between gap-2 ">
43
43
< div >
44
- < em data-placement =" right " data-tooltip ="Do not send text to endpoint. ">
44
+ < em title ="Do not send text to endpoint. ">
45
45
Text Disable
46
46
</ em >
47
47
</ div >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ <h2>Storage</h2>
13
13
< figure > {{template "p/storage-table" .}}</ figure >
14
14
< div class ="grid ">
15
15
< 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. ">
17
17
Vacuum Database
18
18
</ button >
19
19
< button hx-delete ="/envelopes " data-loading-path ="/vacuum " data-loading-disable data-loading-aria-busy
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ <h3>{{$val.Rule.Name}}</h3>
13
13
< div class ="flex flex-col gap-4 ">
14
14
< div class ="flex justify-between gap-2 ">
15
15
< 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. ">
17
17
Internal
18
18
</ em >
19
19
</ div >
You can’t perform that action at this time.
0 commit comments