mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-05-04 19:09:56 +03:00
build: release 1.4.9 new options SHOW_CONTENT_DIGEST
and CATALOG_ELEMENTS_LIMIT
Improve view for very long tags in taglist
This commit is contained in:
parent
d1700ccf74
commit
f9620639bf
6 changed files with 10 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ package-lock.json
|
||||||
registry-data
|
registry-data
|
||||||
.idea
|
.idea
|
||||||
_site
|
_site
|
||||||
|
*.orig
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
- Sébastien Huss [@sebt3](https://github.com/sebt3)
|
- Sébastien Huss [@sebt3](https://github.com/sebt3)
|
||||||
- Vladimir Kozyrev [@fieryvova](https://github.com/fieryvova)
|
- Vladimir Kozyrev [@fieryvova](https://github.com/fieryvova)
|
||||||
- Haibo Jia [@bluethon](https://github.com/bluethon)
|
- Haibo Jia [@bluethon](https://github.com/bluethon)
|
||||||
|
- Manuel Leitold [@agrippa1994](https://github.com/agrippa1994)
|
||||||
|
|
||||||
## Because committers are not the only contributors
|
## Because committers are not the only contributors
|
||||||
|
|
||||||
|
@ -27,3 +28,5 @@
|
||||||
- Dario [@pidario](https://github.com/pidario)
|
- Dario [@pidario](https://github.com/pidario)
|
||||||
- Jernej K. [@Cvetk0](https://github.com/Cvetk0)
|
- Jernej K. [@Cvetk0](https://github.com/Cvetk0)
|
||||||
- Cristian Posoiu [@cr1st1p](https://github.com/cr1st1p)
|
- Cristian Posoiu [@cr1st1p](https://github.com/cr1st1p)
|
||||||
|
- Sepp Zuther [@Herr-Sepp](https://github.com/Herr-Sepp)
|
||||||
|
- Tomas Hulata [@tombokombo](https://github.com/tombokombo)
|
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
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "docker-registry-ui",
|
"name": "docker-registry-ui",
|
||||||
"version": "1.4.8",
|
"version": "1.4.9",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "./node_modules/gulp/bin/gulp.js build",
|
"build": "./node_modules/gulp/bin/gulp.js build",
|
||||||
"build:electron": "npm run build && cd examples/electron && npm install && npm run dist"
|
"build:electron": "npm run build && cd examples/electron && npm install && npm run dist"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue