Przeglądaj źródła

feat(tablepanel): minor fix

Torkel Ödegaard 10 lat temu
rodzic
commit
163b45cf37
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      public/app/panels/table/editor.ts

+ 1 - 0
public/app/panels/table/editor.ts

@@ -95,6 +95,7 @@ export function tablePanelEditor() {
           colors: ["rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)"],
           colors: ["rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)"],
           colorMode: null,
           colorMode: null,
           pattern: '/.*/',
           pattern: '/.*/',
+          dateFormat: 'YYYY-MM-DD HH:mm:ss',
           thresholds: [],
           thresholds: [],
         };
         };