mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
fix(registry): EE-4526 Registry Manage access link broken (#7975)
This commit is contained in:
parent
49d02e0386
commit
f94147b07b
1 changed files with 0 additions and 2 deletions
|
@ -45,8 +45,6 @@ class DockerRegistryAccessController {
|
|||
|
||||
$onInit() {
|
||||
return this.$async(async () => {
|
||||
this.Authentication.redirectIfUnauthorized(['PortainerRegistryUpdateAccess']);
|
||||
|
||||
this.registryTo = window.location.hash.match(/#!\/\d+\/docker\/swarm\/registries/) ? 'docker.swarm.registries' : 'docker.host.registries';
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue