diff --git a/dashboard/src/constants.js b/dashboard/src/constants.js index 4285906d4..c6be09fd7 100644 --- a/dashboard/src/constants.js +++ b/dashboard/src/constants.js @@ -24,6 +24,7 @@ const ISTATES = { PENDING_BACKUP: 'pending_backup', PENDING_RECREATE_CONTAINER: 'pending_recreate_container', // env change or addon change PENDING_LOCATION_CHANGE: 'pending_location_change', + PENDING_SERVICES_CHANGE: 'pending_services_change', PENDING_DATA_DIR_MIGRATION: 'pending_data_dir_migration', PENDING_RESIZE: 'pending_resize', PENDING_DEBUG: 'pending_debug',