diff options
Diffstat (limited to 'ogcp/templates')
-rw-r--r-- | ogcp/templates/actions/list_images.html | 3 |
1 files changed, 1 insertions, 2 deletions
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 @@ <h1 class="m-5">{{_('List images')}}</h1> {% for server in servers %} - <h3 class="mx-5">Server: {{server['name']}}</h3> {% for repo, images in server['repos'] %} - <h4 class="mx-5">Repo: {{repo}}</h4> + <h4 class="mx-5">{{repo}}</h4> <table class="table table-hover mx-5"> <thead class="thead-light"> <tr> |