mirror of https://github.com/portainer/portainer
fix(registry): fix anonymous dockerhub name to make it same with BE [EE-4208] (#7690)
parent
47f2490059
commit
70ce4e70d9
|
@ -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…
Reference in New Issue