Remove infinite scroll from logs page and fix multiple loading bug

This should make viewing logs significantly less janky
This commit is contained in:
Joseph Schorr 2018-11-27 13:13:02 +02:00
parent 9e2c5417b8
commit b8d2e1be9c
4 changed files with 15 additions and 8 deletions

View file

@ -18,7 +18,6 @@ var quayDependencies: string[] = [
'pasvaz.bindonce',
'ansiToHtml',
'core-ui',
'infinite-scroll',
'ngTagsInput',
];