mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add table column date format
This commit is contained in:
parent
68c460a957
commit
6daf73fec0
@ -41,6 +41,7 @@ export class ColumnOptionsCtrl {
|
||||
{ text: 'YYYY-MM-DD HH:mm:ss.SSS', value: 'YYYY-MM-DD HH:mm:ss.SSS' },
|
||||
{ text: 'MM/DD/YY h:mm:ss a', value: 'MM/DD/YY h:mm:ss a' },
|
||||
{ text: 'MMMM D, YYYY LT', value: 'MMMM D, YYYY LT' },
|
||||
{ text: 'YYYY-MM-DD', value: 'YYYY-MM-DD' },
|
||||
];
|
||||
this.mappingTypes = [{ text: 'Value to text', value: 1 }, { text: 'Range to text', value: 2 }];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user