jc21 / docker-registry-ui

😎 A nice web interface for managing your Docker Registry images
MIT License
324 stars 71 forks source link

Allow (forward) slashes in image names #4

Closed h3rj4n closed 5 years ago

h3rj4n commented 5 years ago

Fix for #3

I was not able to make the changes to frontend/router.js cleaner. I just added a second line with a slash to allow the slashes in the image name. On the image page I just join the two params.

The router changes for the backend are a lot nicer ;)