Skip to content
This repository was archived by the owner on Jul 15, 2022. It is now read-only.

Commit 29554ad

Browse files
author
Leonardo Chaia
committed
fix: image selector not working for docker hub
1 parent 33c8948 commit 29554ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/daemon-tools/image-selector-card/image-selector-card.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export class ImageSelectorCardComponent implements OnInit, OnDestroy, ControlVal
157157
.pipe(
158158
map(r => r.results),
159159
map(images => [{
160-
name: `Docker Hub /${settings.username}`,
160+
name: `Docker Hub ${settings.username}`,
161161
repos: Array.prototype.concat.apply([], images.map(i => `${i.namespace}/${i.name}`))
162162
}])
163163
);

0 commit comments

Comments
 (0)