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' }, ];