Files
crawlab/frontend/src/constants/action.ts
2021-07-15 21:37:37 +08:00

8 lines
251 B
TypeScript

export const ACTION_ADD = 'add';
export const ACTION_VIEW = 'view';
export const ACTION_EDIT = 'edit';
export const ACTION_CLONE = 'clone';
export const ACTION_DELETE = 'delete';
export const ACTION_RUN = 'run';
export const ACTION_CANCEL = 'cancel';