export const STATE_BSSTYLE_MAP = { failed: 'danger', pending: 'info', fetching: 'info', running: 'warning', stopped: 'danger', success: 'success', }; export const STATUS_OPTIONS = [ 'success', 'failed', 'running', ]; export const TIME_OPTIONS = [ 'now', '1 hour ago', '1 day ago', '7 days ago', '28 days ago', '90 days ago', '1 year ago', ];