X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Flaunchpad%2Fsrc%2Flaunchpad_card%2FlaunchpadHeader.jsx;h=f7a1965fb0ee0dfaf296f100774af57d4ce3e65b;hp=9ee7ec403a5681f89af6790ac2fb3d33e559aac4;hb=refs%2Ftags%2Fv3.0.0rc2;hpb=f2dc2462571800e62cba969964de621dca09299c diff --git a/skyquake/plugins/launchpad/src/launchpad_card/launchpadHeader.jsx b/skyquake/plugins/launchpad/src/launchpad_card/launchpadHeader.jsx index 9ee7ec403..f7a1965fb 100644 --- a/skyquake/plugins/launchpad/src/launchpad_card/launchpadHeader.jsx +++ b/skyquake/plugins/launchpad/src/launchpad_card/launchpadHeader.jsx @@ -151,8 +151,14 @@ class LaunchpadHeader extends React.Component {

-

- +

+ {this.props.nsr["rw-nsr:orchestration-progress"]["networks"]["active"]} / {this.props.nsr["rw-nsr:orchestration-progress"]["networks"]["total"]} +

+

+ {this.props.nsr["rw-nsr:orchestration-progress"]["vms"]["active"]} / {this.props.nsr["rw-nsr:orchestration-progress"]["vms"]["total"]} +

+

+

@@ -163,11 +169,15 @@ class LaunchpadHeader extends React.Component {

{toggleStatus} -

- - - -

+ {this.props.hasAccess ? + ( +

+ + + +

+ ) + : null}