implement output follow-scroll behavior

This commit is contained in:
Jake McDermott
2018-08-03 15:46:04 -04:00
parent fed729f101
commit 80d6b0167c
12 changed files with 697 additions and 410 deletions
+2 -3
View File
@@ -1,3 +1,4 @@
/* eslint camelcase: 0 */
import atLibModels from '~models';
import atLibComponents from '~components';
@@ -41,9 +42,7 @@ function resolveResource (
Wait,
Events,
) {
const { id, type, handleErrors } = $stateParams;
const { job_event_search } = $stateParams; // eslint-disable-line camelcase
const { id, type, handleErrors, job_event_search } = $stateParams;
const { name, key } = getWebSocketResource(type);
let Resource;