Updated data presentation of image attributes and some minor css tweaks.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{% block body %}
|
||||
|
||||
|
||||
<h1><a href="/">Dashboard</a> » {{ client_name }} » Containers</h1>
|
||||
<h1><a href="/">Dashboard</a> » {{ client_name }} » <a href="/{{ client_name }}/containers">Containers</a></h1>
|
||||
|
||||
|
||||
<a class="button--link" href="/{{ client_name }}/containers/all">All Containers</a>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
}} {% endif %}</h1>
|
||||
|
||||
<h2>Details</h2>
|
||||
<pre>
|
||||
{{ image.attrs | pprint }}
|
||||
</pre>
|
||||
<div class="image_attribute">
|
||||
<div class="image_attribute-details">{{ image_attributes }}</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
@@ -2,7 +2,7 @@
|
||||
{% block body %}
|
||||
|
||||
|
||||
<h1><a href="/">Dashboard</a> » {{ client_name }} » Images</h1>
|
||||
<h1><a href="/">Dashboard</a> » {{ client_name }} » <a href="/{{ client_name }}/images">Images</a></h1>
|
||||
|
||||
|
||||
<a class="button--link" href="/{{ client_name }}/images/dangling">Dangling Images</a>
|
||||
|
||||
Reference in New Issue
Block a user