From 7a7693cec8a206abf55027f22824460b0a919cae Mon Sep 17 00:00:00 2001
From: Christoph Alt <christoph.alt@fau.de>
Date: Thu, 3 Nov 2022 16:39:19 +0100
Subject: [PATCH] changed name of power field

---
 dashboards/dashboard_list.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dashboards/dashboard_list.py b/dashboards/dashboard_list.py
index 7da27b9..7aa89ba 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))
 
-- 
GitLab