mirror of
https://github.com/teslamate-org/teslamate.git
synced 2026-01-24 21:06:08 +08:00
fix(nix): temporarily disable browser locale in date formats for nix deployment as well (#4480)
This commit is contained in:
+3
-1
@@ -256,7 +256,9 @@ in
|
||||
"auth.basic".enabled = false;
|
||||
analytics.reporting_enabled = false;
|
||||
dashboards.default_home_dashboard_path = "../grafana/dashboards/internal/home.json";
|
||||
date_formats.use_browser_locale = true;
|
||||
# This experimental config option is temporarily disabled (incompatible with Grafana 11.4.0)
|
||||
# https://github.com/grafana/grafana/issues/95209
|
||||
# date_formats.use_browser_locale = true;
|
||||
};
|
||||
provision = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user