Files
wlan-cloud-ui/app/constants/api/linkQualityHistory/interval.js
Sean Macfarlane 63b392d73d redux setup
2020-03-11 11:28:29 -04:00

7 lines
198 B
JavaScript

export const X5M = 'table_x5m';
export const X15M = 'table_x15m';
export const X30M = 'table_x30m';
export const X1H = 'table_x1h';
export const X4H = 'table_x4h';
export const X24H = 'table_x24h';