X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fframework%2Fwidgets%2Fskyquake_container%2FskyquakeContainer.jsx;h=7a0418e2b7397048aceedf79e4320f70232e4a09;hb=ba19ffdfd442c7ebe66f482b90f6bc65a0e9b8be;hp=53a382febc670ce343a320440195da8c1a3f1869;hpb=3130c3b976dc11f641bce038fcfa1c101d156f12;p=osm%2FUI.git diff --git a/skyquake/framework/widgets/skyquake_container/skyquakeContainer.jsx b/skyquake/framework/widgets/skyquake_container/skyquakeContainer.jsx index 53a382feb..7a0418e2b 100644 --- a/skyquake/framework/widgets/skyquake_container/skyquakeContainer.jsx +++ b/skyquake/framework/widgets/skyquake_container/skyquakeContainer.jsx @@ -22,7 +22,7 @@ import SkyquakeNav from './skyquakeNav.jsx'; import EventCenter from './eventCenter.jsx'; import SkyquakeContainerActions from './skyquakeContainerActions.js' import SkyquakeContainerStore from './skyquakeContainerStore.js'; -import Breadcrumbs from 'react-breadcrumbs'; +// import Breadcrumbs from 'react-breadcrumbs'; import Utils from 'utils/utils.js'; import _ from 'lodash'; import Crouton from 'react-crouton'; @@ -113,7 +113,7 @@ export default class skyquakeContainer extends React.Component { currentPlugin={this.state.currentPlugin} store={SkyquakeContainerStore} />
-

{this.state.currentPlugin + tag}

+

{(this.state.nav.name ? this.state.nav.name : this.state.currentPlugin) + tag}

{this.props.children}