UNPKG

kibana-with-account

Version:

kibana-with-account is develop based kibana project

15 lines (12 loc) 233 B
define(function (require) { var module = require('ui/modules').get('kibana'); module.constant('timeUnits', { s: 'second', m: 'minute', h: 'hour', d: 'day', w: 'week', M: 'month', y: 'year' }); });