mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
M #~: Add missed marketplace app actions (#2154)
This commit is contained in:
parent
02db555402
commit
1e8baa5e83
@ -15,7 +15,6 @@
|
||||
* ------------------------------------------------------------------------- */
|
||||
|
||||
// INFORMATION
|
||||
export const REFRESH = 'refresh'
|
||||
export const RENAME = 'rename'
|
||||
|
||||
// ATTRIBUTES
|
||||
|
@ -15,7 +15,6 @@
|
||||
* ------------------------------------------------------------------------- */
|
||||
// eslint-disable-next-line prettier/prettier, no-unused-vars
|
||||
import { VmQuota, NetworkQuota, DatastoreQuota, ImageQuota } from 'client/constants/quota'
|
||||
import * as ACTIONS from 'client/constants/actions'
|
||||
|
||||
/**
|
||||
* @typedef Group
|
||||
@ -37,7 +36,6 @@ import * as ACTIONS from 'client/constants/actions'
|
||||
*/
|
||||
|
||||
export const GROUP_ACTIONS = {
|
||||
REFRESH: ACTIONS.REFRESH,
|
||||
CREATE_DIALOG: 'create_dialog',
|
||||
UPDATE_DIALOG: 'update_dialog',
|
||||
QUOTAS_DIALOG: 'quotas_dialog',
|
||||
|
@ -174,7 +174,6 @@ export const HOST_STATES = [
|
||||
|
||||
/** @enum {string} Host actions */
|
||||
export const HOST_ACTIONS = {
|
||||
REFRESH: ACTIONS.REFRESH,
|
||||
CREATE_DIALOG: 'create_dialog',
|
||||
RENAME: ACTIONS.RENAME,
|
||||
CHANGE_CLUSTER: 'change_cluster',
|
||||
|
@ -49,9 +49,17 @@ import * as ACTIONS from 'client/constants/actions'
|
||||
|
||||
/** @enum {string} Marketplace App actions */
|
||||
export const MARKETPLACE_APP_ACTIONS = {
|
||||
REFRESH: ACTIONS.REFRESH,
|
||||
CREATE_DIALOG: 'create_dialog',
|
||||
RENAME: ACTIONS.RENAME,
|
||||
EXPORT: 'export',
|
||||
DOWNLOAD: 'download',
|
||||
ENABLE: 'enable',
|
||||
DISABLE: 'disable',
|
||||
DELETE: 'delete',
|
||||
EDIT_LABELS: 'edit_labels',
|
||||
|
||||
// INFORMATION
|
||||
RENAME: ACTIONS.RENAME,
|
||||
CHANGE_MODE: ACTIONS.CHANGE_MODE,
|
||||
CHANGE_OWNER: ACTIONS.CHANGE_OWNER,
|
||||
CHANGE_GROUP: ACTIONS.CHANGE_GROUP,
|
||||
}
|
||||
|
@ -50,7 +50,6 @@ import * as ACTIONS from 'client/constants/actions'
|
||||
*/
|
||||
|
||||
export const USER_ACTIONS = {
|
||||
REFRESH: ACTIONS.REFRESH,
|
||||
CREATE_DIALOG: 'create_dialog',
|
||||
QUOTAS_DIALOG: 'quotas_dialog',
|
||||
GROUPS_DIALOG: 'groups_dialog',
|
||||
|
@ -713,7 +713,6 @@ export const VM_LCM_STATES = [
|
||||
|
||||
/** @enum {string} Virtual machine actions */
|
||||
export const VM_ACTIONS = {
|
||||
REFRESH: ACTIONS.REFRESH,
|
||||
CREATE_DIALOG: 'create_dialog',
|
||||
CREATE_APP_DIALOG: 'create_app_dialog',
|
||||
DEPLOY: 'deploy',
|
||||
|
@ -45,7 +45,6 @@ import { Permissions, LockInfo } from 'client/constants/common'
|
||||
*/
|
||||
|
||||
export const VM_TEMPLATE_ACTIONS = {
|
||||
REFRESH: ACTIONS.REFRESH,
|
||||
CREATE_DIALOG: 'create_dialog',
|
||||
IMPORT_DIALOG: 'import_dialog',
|
||||
UPDATE_DIALOG: 'update_dialog',
|
||||
|
Loading…
x
Reference in New Issue
Block a user