mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-22 16:53:35 -05:00
remove unused constants
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
export const API_MAX_PAGE_SIZE = 200;
|
||||
export const API_ROOT = '/api/v2/';
|
||||
|
||||
export const EVENT_NOTIFY_PLAYBOOK = 'playbook_on_notify';
|
||||
export const EVENT_RUNNER_OK = 'runner_on_ok';
|
||||
export const EVENT_START_TASK = 'playbook_on_task_start';
|
||||
export const EVENT_START_PLAY = 'playbook_on_play_start';
|
||||
export const EVENT_START_PLAYBOOK = 'playbook_on_start';
|
||||
|
||||
Reference in New Issue
Block a user