Add missing tooltip to creation date on container registry overview
Signed-off-by: Lars Greiss <l.greiss@mediacologne.de>
This commit is contained in:
parent
927a9b13f0
commit
32317dbec6
1 changed files with 7 additions and 1 deletions
|
@ -111,7 +111,13 @@
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
{{ timeFormated(item.createdAt) }}
|
<span
|
||||||
|
v-tooltip
|
||||||
|
:title="tooltipTitle(item.createdAt)"
|
||||||
|
data-placement="bottom"
|
||||||
|
>
|
||||||
|
{{ timeFormated(item.createdAt) }}
|
||||||
|
</span>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="content">
|
<td class="content">
|
||||||
|
|
Loading…
Reference in a new issue