mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-29 00:19:54 +03:00
[taglist] remove redundant information about the repository
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
This commit is contained in:
parent
b3fbaff578
commit
41d71a1991
5 changed files with 8 additions and 10 deletions
2
dist/scripts/docker-registry-ui-static.js
vendored
2
dist/scripts/docker-registry-ui-static.js
vendored
File diff suppressed because one or more lines are too long
2
dist/scripts/docker-registry-ui.js
vendored
2
dist/scripts/docker-registry-ui.js
vendored
File diff suppressed because one or more lines are too long
2
dist/style.css
vendored
2
dist/style.css
vendored
File diff suppressed because one or more lines are too long
|
@ -105,6 +105,7 @@ h2 {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.material-card-title-action h2 .source-hint,
|
||||||
.material-card-title-action h2 .item-count {
|
.material-card-title-action h2 .item-count {
|
||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
|
|
|
@ -22,7 +22,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
<i class="material-icons">arrow_back</i>
|
<i class="material-icons">arrow_back</i>
|
||||||
</material-button>
|
</material-button>
|
||||||
<h2>
|
<h2>
|
||||||
Tags of { registryUI.name() + '/' + registryUI.taglist.name }
|
Tags of { registryUI.taglist.name }
|
||||||
|
<div class="source-hint">
|
||||||
|
Sourced from { registryUI.name() + '/' + registryUI.taglist.name }
|
||||||
|
</div>
|
||||||
<div class="item-count">{ registryUI.taglist.tags.length } tags</div>
|
<div class="item-count">{ registryUI.taglist.tags.length } tags</div>
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
|
@ -38,8 +41,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
<table show="{ registryUI.taglist.loadend }" style="border: none;">
|
<table show="{ registryUI.taglist.loadend }" style="border: none;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="material-card-th-left">Repository</th>
|
|
||||||
<th></th>
|
|
||||||
<th>Creation date</th>
|
<th>Creation date</th>
|
||||||
<th>Size</th>
|
<th>Size</th>
|
||||||
|
|
||||||
|
@ -57,10 +58,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr each="{ image in this.opts.tags }">
|
<tr each="{ image in this.opts.tags }">
|
||||||
<td class="material-card-th-left">{ image.name }</td>
|
|
||||||
<td class="copy-to-clipboard">
|
|
||||||
<copy-to-clipboard image={ image }/>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
<image-date image="{ image }"/>
|
<image-date image="{ image }"/>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue