Commit 9e619d38 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Use Container Images

parent 2afae7ea
...@@ -49,9 +49,9 @@ ...@@ -49,9 +49,9 @@
- if project_nav_tab? :images - if project_nav_tab? :images
= nav_link(controller: %w(images)) do = nav_link(controller: %w(images)) do
= link_to project_images_path(@project), title: 'Images', class: 'shortcuts-images' do = link_to project_images_path(@project), title: 'Images', class: 'shortcuts-images' do
= icon('image fw') = icon('hdd-o fw')
%span %span
Images Container Images
- if project_nav_tab? :graphs - if project_nav_tab? :graphs
= nav_link(controller: %w(graphs)) do = nav_link(controller: %w(graphs)) do
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
%thead %thead
%tr %tr
%th Name %th Name
%th Revision %th Digest
%th Size %th Size
%th Created %th Created
%th %th
...@@ -41,7 +41,10 @@ ...@@ -41,7 +41,10 @@
= clipboard_button(clipboard_text: "docker pull #{Gitlab.config.registry.host_port}/#{tag.repository.name}:#{tag.name}") = clipboard_button(clipboard_text: "docker pull #{Gitlab.config.registry.host_port}/#{tag.repository.name}:#{tag.name}")
%td %td
- if layer = tag.layers.first - if layer = tag.layers.first
\##{layer.short_revision} %span.has-tooltip(title="#{layer.revision}")
= layer.short_revision
- else
\-
%td %td
= number_to_human_size(tag.total_size) = number_to_human_size(tag.total_size)
· ·
......
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