X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=skyquake%2Fplugins%2Faccounts%2Fsrc%2Faccount%2FaccountActions.js;h=28b4c9e967d0d3b84abbd87caee94931128f0884;hb=3ae3b0785159fdfd2d674d3faab3a7b1eeaed663;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..28b4c9e96 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,8 @@ module.exports = function(Alt) { 'deleteAccountSuccess', 'deleteAccountLoading', 'deleteAccountFail', - 'viewAccount' + 'viewAccount', + 'getResourceOrchestratorSuccess', + 'handleCancelAccount' ); }