X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Flaunchpad%2Fsrc%2Flaunchpad_card%2FlaunchpadHeader.jsx;h=f7a1965fb0ee0dfaf296f100774af57d4ce3e65b;hb=HEAD;hp=a310c2716a707889a40d02665420a8cd755828ff;hpb=e29efc315df33d546237e270470916e26df391d6;p=osm%2FUI.git diff --git a/skyquake/plugins/launchpad/src/launchpad_card/launchpadHeader.jsx b/skyquake/plugins/launchpad/src/launchpad_card/launchpadHeader.jsx index a310c2716..f7a1965fb 100644 --- a/skyquake/plugins/launchpad/src/launchpad_card/launchpadHeader.jsx +++ b/skyquake/plugins/launchpad/src/launchpad_card/launchpadHeader.jsx @@ -1,6 +1,6 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -127,12 +127,12 @@ class LaunchpadHeader extends React.Component {

{ isLoading ? - + {this.props.name} : + title={"Open Viewport Dashboard for " + this.props.name}> {this.props.name} @@ -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}