no delete button on WEB UI, button disabled
See original GitHub issueBefore you open an issue, you should search for similar issues. Especially for issues that deal with starting the docker-registry-frontend we have seen a tremendous amount of issues and most of the time a reference to the example-setup folder was enough for the issue reporter to solve the issue on her own.
Please, make sure to provide all the information asked for below and then delete everything above Expected behavior including this line.
Expected behavior
delete button should be seen on Web UI, but not.
- Please describe what you tried to do and what you expect the software to act like.
Actual behavior
The delete button is disabled.
- Please describe what happened instead of the expected behavior.
Steps to reproduce the problem
- Please describe how a developer can reproduce the issue that you faced. Make sure you include information how you configured or started the registry and the frontend.
Specifications
- Which version of docker (
docker version
) are you running? 18.03.1-ce - Which operating system do you use? CentOS 7.5
- Which version of the docker-registry-frontend are you running? konradkleine/docker-registry-frontend:v2
- If you have the frontend running already you can find the version at the very bottom on every page.
- Otherwise you can provide the output of
docker images | grep "docker-registry-frontend"
.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6
Top Results From Across the Web
Delete button is disabled due to time out issue
The disabling of the delete button just seems to be a UI/UX state handling thing where the developer of this code wanted to...
Read more >UI Action - Need to disable the delete button for - ServiceNow
I have written the UI action and can able to hide the delete button. The action name I have used is "sysverb_delete". I...
Read more >Disable Delete button on sites console
- Once author selects page from sites console, we have to disable the delete button if page was in published status. - we...
Read more >Disabling add, edit, delete buttons - Stack Overflow
You can add the condition directly in the html. The [disabled] directive if set to true will disable the given button.
Read more >Disabled Buttons in User Interface | by Nick Babich | UX Planet
No wonder that disabled buttons have a negative impact on user conversion. Users who don't want to find what keeps the button disabled...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I tried running with: ``` -e ENV_MODE_BROWSE_ONLY=false
Seems like he didnt finish the other mode
Check out the override on line 41 https://github.com/kwk/docker-registry-frontend/blob/v2/start-apache.sh
Edit: Semi out of topic, but I switched to this UI: https://github.com/Joxit/docker-registry-ui
I run it like this and I can finally delete images. Yey. 😃 (Ps. I run it with a proxy running in another service, so remove the proxy network and open ports as you see fit to make it work for you)