From ba5e38144e8b95970268234cc8ce933096a76453 Mon Sep 17 00:00:00 2001 From: Etienne Chassaing <60154720+cetiennec@users.noreply.github.com> Date: Wed, 20 Aug 2025 13:49:42 +0200 Subject: [PATCH] Changes Ploop_sp plot location --- static/multi_pu_dashboard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/multi_pu_dashboard.html b/static/multi_pu_dashboard.html index 601b373..b997993 100644 --- a/static/multi_pu_dashboard.html +++ b/static/multi_pu_dashboard.html @@ -73,8 +73,8 @@ const plots = [ { id: 'Qperm-plot', quantity: 'Qperm', title: 'Qperm per PU', refKey: 'Qperm_sp' }, { id: 'Qdilute-plot', quantity: 'Qdilute', title: 'Qdilute per PU' }, { id: 'Qdrain-plot', quantity: 'Qdrain', title: 'Qdrain per PU' }, - { id: 'Pro-plot', quantity: 'Pro', title: 'Pro per PU', refKey: 'Ploop_sp' }, - { id: 'Pdilute-plot', quantity: 'Pdilute', title: 'Pdilute per PU' }, + { id: 'Pro-plot', quantity: 'Pro', title: 'Pro per PU' }, + { id: 'Pdilute-plot', quantity: 'Pdilute', title: 'Pdilute per PU' , refKey: 'Ploop_sp'}, { id: 'Cdilute-plot', quantity: 'Cdilute', title: 'Cdilute per PU' }, ];