X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Faccounts%2Fsrc%2Faccount_sidebar%2FaccountSidebar.jsx;h=723d89361129e4fbb24d4a8dc5c1c6a0dd518830;hp=ee86a7bf0a47e5ff0f2732e3199d5a70578d09d4;hb=cac844abd83bc578a28f2ed5ccd625b90071514c;hpb=e29efc315df33d546237e270470916e26df391d6 diff --git a/skyquake/plugins/accounts/src/account_sidebar/accountSidebar.jsx b/skyquake/plugins/accounts/src/account_sidebar/accountSidebar.jsx index ee86a7bf0..723d89361 100644 --- a/skyquake/plugins/accounts/src/account_sidebar/accountSidebar.jsx +++ b/skyquake/plugins/accounts/src/account_sidebar/accountSidebar.jsx @@ -1,5 +1,5 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -92,6 +92,7 @@ class AccountSidebar extends React.Component{
+

{account.name}

@@ -123,18 +124,22 @@ class AccountSidebar extends React.Component{ html = (
-

VIM Accounts

- {cloudAccounts} - - - Add VIM Account - - - + {props.showVIM ? ( +
+

VIM Accounts

+ {cloudAccounts} + + + Add VIM Account + + + +
) + : null}

SDN Accounts

{sdnAccounts}