X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fframework%2Fwidgets%2Fskyquake_container%2FskyquakeContainer.jsx;h=558cc620b56c3a6432a4928aec5b124c904ba3be;hb=168f7b61f09549d4bf25ecd0805435b2cc3a5243;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..558cc620b 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.replace('_', ' ').replace('-', ' ') : this.state.currentPlugin && this.state.currentPlugin.replace('_', ' ').replace('-', ' ')) + tag}

{this.props.children}