Remove infinite scroll from logs page and fix multiple loading bug
This should make viewing logs significantly less janky
This commit is contained in:
parent
9e2c5417b8
commit
b8d2e1be9c
4 changed files with 15 additions and 8 deletions
|
@ -18,7 +18,6 @@ var quayDependencies: string[] = [
|
|||
'pasvaz.bindonce',
|
||||
'ansiToHtml',
|
||||
'core-ui',
|
||||
'infinite-scroll',
|
||||
'ngTagsInput',
|
||||
];
|
||||
|
||||
|
|
Reference in a new issue