Ver Fonte

Merge pull request #13913 from Yukinoshita-Yukino/master

Add only display date option to table panel column
Torkel Ödegaard há 7 anos atrás
pai
commit
749d7a2f0c
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      public/app/plugins/panel/table/column_options.ts

+ 1 - 0
public/app/plugins/panel/table/column_options.ts

@@ -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 }];