This is an automated email from the ASF dual-hosted git repository.
bbende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-registry.git
The following commit(s) were added to refs/heads/master by this push:
new 23bc30a [NIFIREG-324] add hammerJS to testbed
23bc30a is described below
commit 23bc30aa224e9d9a3e5d2d6c9db8ae332b4028f8
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';