mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(tablepanel): minor fix
This commit is contained in:
@@ -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: [],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user