mirror of
https://github.com/jc21/docker-registry-ui.git
synced 2026-04-25 09:15:54 +03:00
[PR #4] [MERGED] Allow (forward) slashes in image names #23
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-registry-ui-jc21#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jc21/docker-registry-ui/pull/4
Author: @h3rj4n
Created: 10/21/2018
Status: ✅ Merged
Merged: 10/21/2018
Merged by: @jc21
Base:
master← Head:master📝 Commits (1)
767c0beAllow (forward) slashes in image names📊 Changes
3 files changed (+6 additions, -1 deletions)
View changed files
📝
src/backend/routes/api/repos.js(+1 -1)📝
src/frontend/js/router.js(+1 -0)📝
src/frontend/js/routes/image.js(+4 -0)📄 Description
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 ;)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.