mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-29 08:29:54 +03:00
Release v1.2.1: Add multi-select shortcut
This commit is contained in:
parent
67c6cb1bee
commit
34200c1114
4 changed files with 4 additions and 3 deletions
|
@ -32,6 +32,7 @@ This web user interface uses [Riot](https://github.com/Riot/riot) the react-like
|
||||||
- Display image/tag count
|
- Display image/tag count
|
||||||
- Image aggregation (see #56)
|
- Image aggregation (see #56)
|
||||||
- Customise docker pull command on static registry UI (see #71)
|
- Customise docker pull command on static registry UI (see #71)
|
||||||
|
- Multi-delete and multi-select shortcut (Alt+click) (see #29 and #80)
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
|
|
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
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "docker-registry-ui",
|
"name": "docker-registry-ui",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "./node_modules/gulp/bin/gulp.js build"
|
"build": "./node_modules/gulp/bin/gulp.js build"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue