mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-11 18:38:14 +01:00
change tag retrive's timeout
This commit is contained in:
parent
b51b3ea5ac
commit
f2d02848db
@ -167,7 +167,7 @@ export class TagComponent implements OnInit, OnDestroy {
|
|||||||
this.loading = false;
|
this.loading = false;
|
||||||
});
|
});
|
||||||
let hnd = setInterval(() => this.ref.markForCheck(), 100);
|
let hnd = setInterval(() => this.ref.markForCheck(), 100);
|
||||||
setTimeout(() => clearInterval(hnd), 1000);
|
setTimeout(() => clearInterval(hnd), 5000);
|
||||||
}
|
}
|
||||||
|
|
||||||
deleteTag(tag: Tag) {
|
deleteTag(tag: Tag) {
|
||||||
@ -272,4 +272,4 @@ export class TagComponent implements OnInit, OnDestroy {
|
|||||||
this.textInput.nativeElement.select();
|
this.textInput.nativeElement.select();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user