diff --git a/dashboards/dashboard_list.py b/dashboards/dashboard_list.py index 7da27b9fee8e7ae12ee0a840498e7bbab372a14c..7aa89ba09f8e98f3ed20a799fcf75d72aa6c70fd 100644 --- a/dashboards/dashboard_list.py +++ b/dashboards/dashboard_list.py @@ -171,7 +171,7 @@ def dashboard_phasefieldallenchan(): "stencil_hydro" ]) - power_query = Query(select_="Power Core [W]", + power_query = Query(select_="Power PKG [W]", from_="PhaseFieldAllenCahn_ENERGY", where_=get_variable_condition(panel_repeat))