X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=skyquake%2Fplugins%2Faccounts%2Fsrc%2Faccount_sidebar%2FaccountSidebar.jsx;h=62761948dc9bb9675c41335b39db350f0c8cbabe;hb=refs%2Fchanges%2F10%2F310%2F1;hp=ee86a7bf0a47e5ff0f2732e3199d5a70578d09d4;hpb=e8b63f1993b397787576bdd884366a6640a5adea;p=osm%2FUI.git diff --git a/skyquake/plugins/accounts/src/account_sidebar/accountSidebar.jsx b/skyquake/plugins/accounts/src/account_sidebar/accountSidebar.jsx index ee86a7bf0..62761948d 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"); @@ -123,18 +123,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}