IGNITE-8744 Added missing import.

Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1be3f59a
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/1be3f59a
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/1be3f59a

Branch: refs/heads/ignite-8446
Commit: 1be3f59a97660942a614a8f63a32c0bc364cc10b
Parents: 46d72fc
Author: Dmitriy Shabalin <dmitri...@gmail.com>
Authored: Wed Jul 25 18:36:49 2018 +0700
Committer: Alexey Kuznetsov <akuznet...@apache.org>
Committed: Wed Jul 25 18:36:49 2018 +0700

----------------------------------------------------------------------
 .../frontend/app/components/cluster-selector/controller.js          | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/1be3f59a/modules/web-console/frontend/app/components/cluster-selector/controller.js
----------------------------------------------------------------------
diff --git 
a/modules/web-console/frontend/app/components/cluster-selector/controller.js 
b/modules/web-console/frontend/app/components/cluster-selector/controller.js
index 9268a96..4aebd62 100644
--- a/modules/web-console/frontend/app/components/cluster-selector/controller.js
+++ b/modules/web-console/frontend/app/components/cluster-selector/controller.js
@@ -18,6 +18,7 @@
 import _ from 'lodash';
 
 import { BehaviorSubject } from 'rxjs/BehaviorSubject';
+import 'rxjs/add/operator/combineLatest';
 
 export default class {
     static $inject = ['AgentManager', 'IgniteConfirm'];

Reply via email to