Commit 32317dbe authored by Lars Greiss's avatar Lars Greiss

Add missing tooltip to creation date on container registry overview

Signed-off-by: default avatarLars Greiss <l.greiss@mediacologne.de>
parent 927a9b13
......@@ -111,7 +111,13 @@
</td>
<td>
{{ timeFormated(item.createdAt) }}
<span
v-tooltip
:title="tooltipTitle(item.createdAt)"
data-placement="bottom"
>
{{ timeFormated(item.createdAt) }}
</span>
</td>
<td class="content">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment