mkuchin / docker-registry-web

Web UI for private docker registry v2
https://hub.docker.com/r/hyper/docker-registry-web/
GNU General Public License v2.0
534 stars 135 forks source link

Display image creation dates on the "tags" page #13

Closed cshimmin closed 9 years ago

cshimmin commented 9 years ago

This patch adds a column to the "Tags" page that displays the image creation date, similar to that shown by the docker images command. It shows both a relative date and ISO datetime of the latest layer in the manifest history.

Possibly addresses #2, although the issue description is vague.

P.S. I haven't worked with Groovy/rails before so apologies for anything un-idiomatic.

screen shot 2015-09-26 at 8 22 27 pm
mkuchin commented 9 years ago

Thanks for contribution, @cshimmin. I just slightly changed view so raw creation date will be visible only on hover.

cshimmin commented 9 years ago

Great, it looks better and more compact!