Restyle the Container Registry page.

This commit adds a Title and the Fedora Logo to the registry page.
It also adds support for the podman pull command. It is now possible
to copy to the clipboard the command.

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-09-02 12:20:33 +02:00
parent b2ae20130d
commit 93f26e30f7
4 changed files with 329 additions and 21 deletions

View file

@ -34,3 +34,17 @@
when: env == "staging"
tags:
- regserver
- name: Copy fedora icon
copy:
src: "{{files}}/reg-server/fedora.png"
dest: "/var/lib/reg-server/static/fedora.png"
tags:
- regserver
- name: Copy custom styles.css
copy:
src: "{{files}}/reg-server/styles.css"
dest: "/var/lib/reg-server/static/css/styles.css"
tags:
- regserver