mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
fix(registry): fix anonymous dockerhub name to make it same with BE [EE-4208] (#7690)
This commit is contained in:
parent
47f2490059
commit
70ce4e70d9
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ import { RegistryTypes } from './registryTypes';
|
|||
export function DockerHubViewModel() {
|
||||
this.Id = 0;
|
||||
this.Type = RegistryTypes.ANONYMOUS;
|
||||
this.Name = 'DockerHub (anonymous)';
|
||||
this.Name = 'Docker Hub (anonymous)';
|
||||
this.URL = 'docker.io';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue