From 5030db63c3a8ed63823e6abd93b02d776040c8d0 Mon Sep 17 00:00:00 2001 From: Ellen Kraffmiller Date: Thu, 17 Aug 2023 09:07:14 -0400 Subject: [PATCH] 831 update my data table (#834) * fix Go To My Data link * fix DepositorWizard init stepper * rename Add AnalysisPlan action * Add Remaining Budget to My Datatable * Add Epsilon symbol to tables * Increase max total epsilon to 3 (Issue #830) --- .../CreateAnalysisPlanDialog.vue | 2 +- .../MyAnalysisPlans/MyPlansTable.vue | 5 +++- client/src/components/MyData/MyDataTable.vue | 24 +++++++++++++++---- client/src/data/actionsInformation.js | 4 ++-- client/src/data/statusInformation.js | 2 +- client/src/shared/createStatsUtils.js | 2 +- client/src/views/DepositorWizard.vue | 6 ++--- 7 files changed, 31 insertions(+), 14 deletions(-) diff --git a/client/src/components/MyAnalysisPlans/CreateAnalysisPlanDialog.vue b/client/src/components/MyAnalysisPlans/CreateAnalysisPlanDialog.vue index bc4c4264..17143de9 100644 --- a/client/src/components/MyAnalysisPlans/CreateAnalysisPlanDialog.vue +++ b/client/src/components/MyAnalysisPlans/CreateAnalysisPlanDialog.vue @@ -46,7 +46,7 @@ Plan created successfully! - Go to My Data + Go to My Data Go to My Analysis Plans diff --git a/client/src/components/MyAnalysisPlans/MyPlansTable.vue b/client/src/components/MyAnalysisPlans/MyPlansTable.vue index d26eecd5..23dcd079 100644 --- a/client/src/components/MyAnalysisPlans/MyPlansTable.vue +++ b/client/src/components/MyAnalysisPlans/MyPlansTable.vue @@ -37,6 +37,9 @@ +