Add missing tooltip to creation date on container registry overview

Signed-off-by: Lars Greiss <l.greiss@mediacologne.de>
This commit is contained in:
Lars Greiss 2018-05-06 15:44:58 +02:00
parent 927a9b13f0
commit 32317dbec6
No known key found for this signature in database
GPG key ID: C57384F7AF7A79AF

View file

@ -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">