summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/lib/utils/constants.js
blob: eb6c9bf7eb68110e4d7a3d0ef1ce6c8aba90cdbb (plain)
1
2
3
4
5
6
7
8
9
10
export const BYTES_IN_KIB = 1024;
export const HIDDEN_CLASS = 'hidden';

export const DATETIME_RANGE_TYPES = {
  fixed: 'fixed',
  anchored: 'anchored',
  rolling: 'rolling',
  open: 'open',
  invalid: 'invalid',
};