File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
geonode_mapstore_client/client/js/plugins Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,18 @@ import { hashLocationToHref } from '@js/utils/SearchUtils';
2626import { mapSelector } from '@mapstore/framework/selectors/map' ;
2727import { parsePluginConfigExpressions } from '@js/utils/MenuUtils' ;
2828import tooltip from '@mapstore/framework/components/misc/enhancers/tooltip' ;
29- import tabComponents from '@js/plugins/detailviewer/tabComponents' ;
29+
30+ import DetailsLocations from '@js/components/DetailsPanel/DetailsLocations' ;
31+ import DetailsAssets from '@js/components/DetailsPanel/DetailsAssets' ;
32+ import DetailsAttributeTable from '@js/components/DetailsPanel/DetailsAttributeTable' ;
33+ import DetailsLinkedResources from '@js/components/DetailsPanel/DetailsLinkedResources' ;
34+
35+ const tabComponents = {
36+ 'attribute-table' : DetailsAttributeTable ,
37+ 'linked-resources' : DetailsLinkedResources ,
38+ 'locations' : DetailsLocations ,
39+ 'assets' : DetailsAssets
40+ } ;
3041
3142const Button = tooltip ( GNButton ) ;
3243
You can’t perform that action at this time.
0 commit comments