Add days, hours, and minutes format (#98)

Seen in Grafana source
- `d`: 014f6d5a75/public/app/core/utils/kbn.ts (L694)
- `h`: 014f6d5a75/public/app/core/utils/kbn.ts (L678)
- `m`: 014f6d5a75/public/app/core/utils/kbn.ts (L660)
This commit is contained in:
Roland Schilter 2017-12-05 16:34:37 +01:00 committed by Jonathan Lange
parent 0359d2b1b6
commit 503137c655

View File

@ -95,6 +95,9 @@ DURATION_FORMAT = "dtdurations"
NO_FORMAT = "none"
OPS_FORMAT = "ops"
PERCENT_UNIT_FORMAT = "percentunit"
DAYS_FORMAT = "d"
HOURS_FORMAT = "h"
MINUTES_FORMAT = "m"
SECONDS_FORMAT = "s"
MILLISECONDS_FORMAT = "ms"
SHORT_FORMAT = "short"