Skip to content
Snippets Groups Projects
Commit a75e082b authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Merge branch 'fix-registry-created-at-tooltip' into 'master'

Add missing tooltip to creation date on container registry overview

Closes #34229

See merge request gitlab-org/gitlab-ce!18767
parents a99e8a75 037c8e2c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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">
Loading
Loading
---
title: 'Add missing tooltip to creation date on container registry overview'
merge_request: 18767
author: Lars Greiss
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment