X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=skyquake%2Fplugins%2Faccounts%2Fsrc%2Faccount%2FaccountsDashboard.jsx;h=f139b474b3f7f37550bf4e40757aced9bc604973;hb=refs%2Fchanges%2F10%2F310%2F1;hp=c0e06807ae807bdcf45f0f03b3d8ddb26c050270;hpb=e29efc315df33d546237e270470916e26df391d6;p=osm%2FUI.git diff --git a/skyquake/plugins/accounts/src/account/accountsDashboard.jsx b/skyquake/plugins/accounts/src/account/accountsDashboard.jsx index c0e06807a..f139b474b 100644 --- a/skyquake/plugins/accounts/src/account/accountsDashboard.jsx +++ b/skyquake/plugins/accounts/src/account/accountsDashboard.jsx @@ -1,5 +1,5 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -32,6 +32,7 @@ class AccountsDashboard extends React.Component { componentWillMount() { this.Store.listen(this.updateState); this.Store.openAccountsSocket(); + this.Store.getResourceOrchestrator(); } componentWillUnmount() { this.Store.closeSocket();