This is an automated email from the ASF dual-hosted git repository. aboda pushed a commit to branch NIFIREG-371-RC1 in repository https://gitbox.apache.org/repos/asf/nifi-registry.git
commit 5cb04c60796b49c39e05ed3510181915c8924de3 Author: Scott Aslan <[email protected]> AuthorDate: Thu Oct 3 10:58:38 2019 -0400 [NIFIREG-324] add hammerJS to testbed This closes #234. Signed-off-by: Bryan Bende <[email protected]> --- .../nifi-registry-web-ui/src/main/webapp/nf-registry.testbed-factory.js | 1 + 1 file changed, 1 insertion(+) diff --git a/nifi-registry-core/nifi-registry-web-ui/src/main/webapp/nf-registry.testbed-factory.js b/nifi-registry-core/nifi-registry-web-ui/src/main/webapp/nf-registry.testbed-factory.js index d71a858..cc19528 100644 --- a/nifi-registry-core/nifi-registry-web-ui/src/main/webapp/nf-registry.testbed-factory.js +++ b/nifi-registry-core/nifi-registry-web-ui/src/main/webapp/nf-registry.testbed-factory.js @@ -24,6 +24,7 @@ import { HttpClientModule, HTTP_INTERCEPTORS } from '@angular/common/http'; import { HttpClientTestingModule } from '@angular/common/http/testing'; import { MomentModule } from 'angular2-moment'; +import 'hammerjs'; import NfRegistryRoutes from 'nf-registry.routes'; import { APP_BASE_HREF } from '@angular/common'; import { FdsCoreModule } from '@nifi-fds/core';
