Show full container repository path in the UI
This commit is contained in:
parent
7d3d1ec5a7
commit
fffc8a59d7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
- else
|
||||
= icon("chevron-down")
|
||||
|
||||
= escape_once(image.name)
|
||||
= escape_once(image.path)
|
||||
= clipboard_button(clipboard_text: "docker pull #{image.path}")
|
||||
.controls.hidden-xs.pull-right
|
||||
= link_to namespace_project_container_registry_path(@project.namespace, @project, image.id), class: 'btn btn-remove has-tooltip', title: "Remove image", data: { confirm: "Are you sure?" }, method: :delete do
|
||||
|
|
Loading…
Reference in a new issue