From 77a101dfcbad1e6a6a91d8bea9b0df8b7d8e76ff Mon Sep 17 00:00:00 2001 From: Aijana Schumann Date: Mon, 31 Aug 2020 15:23:24 +0200 Subject: Add searchbar to NetworkMap Add a searchbar to the networkmap Issue-ID: CCSDK-2563 Signed-off-by: Aijana Schumann Change-Id: Ia607f9c517d3ec7ca7681243ad13c7dc5864c5ae --- sdnr/wt/odlux/apps/networkMapApp/src/components/map.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sdnr/wt/odlux/apps/networkMapApp/src/components/map.tsx') diff --git a/sdnr/wt/odlux/apps/networkMapApp/src/components/map.tsx b/sdnr/wt/odlux/apps/networkMapApp/src/components/map.tsx index 1aabb92c6..d9075c889 100644 --- a/sdnr/wt/odlux/apps/networkMapApp/src/components/map.tsx +++ b/sdnr/wt/odlux/apps/networkMapApp/src/components/map.tsx @@ -39,6 +39,7 @@ import apartment from '../../icons/apartment.png'; import datacenter from '../../icons/datacenter.png'; import { IApplicationStoreState } from '../../../../framework/src/store/applicationStore'; import connect, { IDispatcher, Connect } from '../../../../framework/src/flux/connect'; +import SearchBar from './searchBar'; import { verifyResponse, IsTileServerReachableAction, handleConnectionError } from '../actions/connectivityAction'; import ConnectionInfo from './connectionInfo' import { ApplicationStore } from '../../../../framework/src/store/applicationStore'; @@ -561,6 +562,7 @@ class Map extends React.Component { this.state.isPopupOpen && { this.setState({ isPopupOpen: false }); }} /> } + -- cgit 1.2.3-korg