mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-24 17:47:46 +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;
|
||||
});
|
||||
let hnd = setInterval(() => this.ref.markForCheck(), 100);
|
||||
setTimeout(() => clearInterval(hnd), 1000);
|
||||
setTimeout(() => clearInterval(hnd), 5000);
|
||||
}
|
||||
|
||||
deleteTag(tag: Tag) {
|
||||
|
Loading…
Reference in New Issue
Block a user