X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fframework%2Fwidgets%2Fskyquake_container%2FskyquakeContainer.jsx;h=558cc620b56c3a6432a4928aec5b124c904ba3be;hb=223b8d21b98a9ff27367ab77fe9507e603e744b2;hp=53a382febc670ce343a320440195da8c1a3f1869;hpb=dfe972ff7c9f7b6b1d730e66b0b2aa8df2ce329b;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}