X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Flaunchpad%2Fsrc%2Fvirtual_links%2FnsVirtualLinks.jsx;h=2f5b15b244ee582d0c462c4304d4c2a01fd827e1;hp=8870dfc19c2aa888c85de98a501133f7a16f797e;hb=efcca9816240e4cd87e524776885551ed534aa9d;hpb=e29efc315df33d546237e270470916e26df391d6 diff --git a/skyquake/plugins/launchpad/src/virtual_links/nsVirtualLinks.jsx b/skyquake/plugins/launchpad/src/virtual_links/nsVirtualLinks.jsx index 8870dfc19..2f5b15b24 100644 --- a/skyquake/plugins/launchpad/src/virtual_links/nsVirtualLinks.jsx +++ b/skyquake/plugins/launchpad/src/virtual_links/nsVirtualLinks.jsx @@ -29,7 +29,8 @@ import SkyquakeComponent from 'widgets/skyquake_container/skyquakeComponent.jsx' class NsVirtualLinks extends React.Component { constructor(props) { super(props); - this.Store = this.props.flux.stores.hasOwnProperty('NSVirtualLinkCreateStore') ? this.props.flux.stores.NSVirtualLinkCreateStore : this.props.flux.createStore(NSVirtualLinkCreateStore); + this.Store = this.props.flux.stores.hasOwnProperty('NSVirtualLinkCreateStore') ? + this.props.flux.stores.NSVirtualLinkCreateStore : this.props.flux.createStore(NSVirtualLinkCreateStore, 'NSVirtualLinkCreateStore'); this.state = {}; this.state.mode = 'viewing'; // Can be 'viewing'/'creating'/'editing'/'deleting'. Default is 'viewing' this.selectedVirtualLink = null; @@ -137,7 +138,7 @@ class NsVirtualLinks extends React.Component { let nsd = nsr.nsd && nsr.nsd; nsr['decorated-vlrs'] && nsr['decorated-vlrs'].map((vlr, vlrIndex) => { - let name = vlr.name || 'New virtual link being created'; + let name = vlr.name || 'Undergoing virtual link operation'; let operationalStatus = vlr['operational-status']; let vlrId = vlr['id']; let vldId = vlr['vld-ref']; @@ -208,7 +209,7 @@ class NsVirtualLinks extends React.Component {
VLD DETAILS
{ - + } );