implement clone

This commit is contained in:
Girish Ramakrishnan
2016-06-17 17:12:55 -05:00
parent 0609a90d2a
commit 7009b9f3ac
5 changed files with 92 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ exports = module.exports = {
// keep in sync with webadmin index.js filter
ACTION_ACTIVATE: 'cloudron.activate',
ACTION_APP_CLONE: 'app.clone',
ACTION_APP_CONFIGURE: 'app.configure',
ACTION_APP_INSTALL: 'app.install',
ACTION_APP_RESTORE: 'app.restore',