mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-28 16:09:54 +03:00
[Fixes #52] image-date tag was missing in static version => v0.5.1
This commit is contained in:
parent
2f5e0dd307
commit
09b77201be
4 changed files with 5 additions and 4 deletions
|
@ -30,7 +30,8 @@ const staticTags = [
|
|||
'src/tags/copy-to-clipboard.tag',
|
||||
'src/tags/remove-image.tag',
|
||||
'src/tags/image-size.tag',
|
||||
'src/tags/image-tag.tag'
|
||||
'src/tags/image-tag.tag',
|
||||
'src/tags/image-date.tag'
|
||||
];
|
||||
|
||||
const staticScripts = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue