From 685b34d56d63d3566df9a114dc5db4f7c97f6bd3 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Mon, 5 Feb 2024 12:11:50 +0100 Subject: templates: remove Server: and Repo: in list images Although ogcp support for multiple server, the plan is to only support for one server in this version. Remove Server: context information and Repo: in list images --- ogcp/templates/actions/list_images.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ogcp/templates/actions/list_images.html') diff --git a/ogcp/templates/actions/list_images.html b/ogcp/templates/actions/list_images.html index 694036f..f126603 100644 --- a/ogcp/templates/actions/list_images.html +++ b/ogcp/templates/actions/list_images.html @@ -7,9 +7,8 @@

{{_('List images')}}

{% for server in servers %} -

Server: {{server['name']}}

{% for repo, images in server['repos'] %} -

Repo: {{repo}}

+

{{repo}}

-- cgit v1.2.3-18-g5258