X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Faccounts%2Fsrc%2Faccount%2FaccountActions.js;h=15c48f756fc5368f57e5e6a5201cbd53ccb882ad;hb=b78fbe20fd7d976b3e15abb2387b4e329a5ea918;hp=d5111f416eafe4bb96c53269b30c1c3cd5397a53;hpb=e29efc315df33d546237e270470916e26df391d6;p=osm%2FUI.git diff --git a/skyquake/plugins/accounts/src/account/accountActions.js b/skyquake/plugins/accounts/src/account/accountActions.js index d5111f416..15c48f756 100644 --- a/skyquake/plugins/accounts/src/account/accountActions.js +++ b/skyquake/plugins/accounts/src/account/accountActions.js @@ -1,5 +1,5 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -31,6 +31,7 @@ module.exports = function(Alt) { 'deleteAccountSuccess', 'deleteAccountLoading', 'deleteAccountFail', - 'viewAccount' + 'viewAccount', + 'getResourceOrchestratorSuccess' ); }