b502128970e44723956fd54b03de22defccee04c
[osm/riftware.git] /
1
2 /*
3  * STANDARD_RIFT_IO_COPYRIGHT
4  */
5 import Alt from '../alt';
6 export default Alt.generateActions(
7                                    'descriptorSelected',
8                                    'nameUpdated',
9                                    'omDatacenterUpdated',
10                                    'getCatalogSuccess',
11                                    'getCatalogError',
12                                    'getVDUSuccess',
13                                    'getVDUError',
14                                    'getLaunchpadConfigSuccess',
15                                    'getLaunchpadConfigError',
16                                    'getCloudAccountSuccess',
17                                    'getCloudAccountError',
18                                    'getDataCentersSuccess',
19                                    'getDataCentersError',
20                                    'launchNSRLoading',
21                                    'launchNSRSuccess',
22                                    'launchNSRError'
23                                    )