diff --git a/dashboards/dashboard_list.py b/dashboards/dashboard_list.py index 85bcdba760c8c77d83aa24f3f331c63971f78c2d..b7769eec74d3f0b50994b7e48756220f11517745 100644 --- a/dashboards/dashboard_list.py +++ b/dashboards/dashboard_list.py @@ -131,7 +131,7 @@ def dashboard_granular_gas(): def dashboard_phasefieldallenchan(): dataSource = 'InfluxDB-1' measurment_name = 'PhaseFieldAllenCahn' - row_repeat = "cellsPerBlock_0" + row_repeat = "timeStepStrategy" panel_repeat = "host" unit = Units.number axisLabel = AxisLabel.mlups @@ -197,7 +197,7 @@ def dashboard_phasefieldallenchan(): def dashboard_phasefieldallenchangpu(): dataSource = 'InfluxDB-1' measurment_name = 'PhaseFieldAllenCahnGPU' - row_repeat = "cellsPerBlock_0" + row_repeat = "timeStepStrategy" panel_repeat = "host" unit = Units.number axisLabel = AxisLabel.mlups