diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-20 12:06:01 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-20 12:06:01 +0000 |
commit | a68e9d3318c6847436f81f83eb347b29f52d1bff (patch) | |
tree | 511a790297f7e771f8d73025b9a1f9b4a0586d71 /app/assets/javascripts/registry/components | |
parent | 7bc0aff0b4e15fce828621d7e0919d84368f3d2b (diff) | |
download | gitlab-ce-a68e9d3318c6847436f81f83eb347b29f52d1bff.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/registry/components')
-rw-r--r-- | app/assets/javascripts/registry/components/table_registry.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/registry/components/table_registry.vue b/app/assets/javascripts/registry/components/table_registry.vue index caa5fd4ff4e..682c511a1ae 100644 --- a/app/assets/javascripts/registry/components/table_registry.vue +++ b/app/assets/javascripts/registry/components/table_registry.vue @@ -196,7 +196,7 @@ export default { /> </th> <th>{{ s__('ContainerRegistry|Tag') }}</th> - <th>{{ s__('ContainerRegistry|Tag ID') }}</th> + <th ref="imageId">{{ s__('ContainerRegistry|Image ID') }}</th> <th>{{ s__('ContainerRegistry|Size') }}</th> <th>{{ s__('ContainerRegistry|Last Updated') }}</th> <th> |