mirror of https://git.48k.eu/ogcp
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 imagesmaster
parent
7955baf35c
commit
685b34d56d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue