29 lines
No EOL
1.4 KiB
HTML
29 lines
No EOL
1.4 KiB
HTML
<div class="resource-view image-view"
|
|
resources="[repositoryResource, imageResource]"
|
|
error-message="'Image not found'">
|
|
<div class="page-content">
|
|
<div class="cor-title">
|
|
<span class="cor-title-link">
|
|
<a class="back-link" href="/repository/{{ repository.namespace }}/{{ repository.name }}?tab=tags">
|
|
<i class="fa fa-hdd-o" style="margin-right: 4px"></i>
|
|
{{ repository.namespace }}/{{ repository.name }}
|
|
</a>
|
|
</span>
|
|
<span class="cor-title-content">
|
|
<i class="fa fa-database fa-lg" style="margin-right: 10px"></i>
|
|
{{ image.id.substr(0, 12) }}
|
|
</span>
|
|
</div>
|
|
|
|
<div class="co-main-content-panel">
|
|
<div class="image-view-header">
|
|
<div class="image-id section"><i class="fa fa-code section-icon" bs-tooltip="tooltip.title" data-title="Full Image ID"></i> {{ image.id }}</div>
|
|
<div class="created section"><i class="fa fa-calendar section-icon" bs-tooltip="tooltip.title" data-title="Full Image ID"></i> {{ image.created | amDateFormat:'dddd, MMMM Do YYYY, h:mm:ss a' }}</div>
|
|
</div>
|
|
|
|
<div class="image-view-layer" repository="repository" image="image" images="image.history"></div>
|
|
<div class="image-view-layer" repository="repository" image="parent" images="image.history"
|
|
ng-repeat="parent in reversedHistory"></div>
|
|
</div>
|
|
</div>
|
|
</div> |