mirror of
https://github.com/goharbor/harbor
synced 2025-04-17 18:52:38 +00: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) {
|
||||
|
@ -272,4 +272,4 @@ export class TagComponent implements OnInit, OnDestroy {
|
|||
this.textInput.nativeElement.select();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user