From 8b19c4077e7841d962e35ca6aff763bd06bdc862 Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Fri, 28 May 2021 19:19:12 -0400 Subject: [PATCH] Fix repositioning on update existing --- app/src/lang/translations/en-US.yaml | 1 + app/src/modules/insights/components/panel.vue | 2 +- app/src/modules/insights/routes/dashboard.vue | 26 +++++++++++++++++-- .../insights/routes/panel-configuration.vue | 10 +++---- 4 files changed, 31 insertions(+), 8 deletions(-) diff --git a/app/src/lang/translations/en-US.yaml b/app/src/lang/translations/en-US.yaml index 44aef0d650..a76eaba6da 100644 --- a/app/src/lang/translations/en-US.yaml +++ b/app/src/lang/translations/en-US.yaml @@ -209,6 +209,7 @@ raw_value: Raw value edit_raw_value: Edit Raw Value enter_raw_value: Enter raw value... clear_value: Clear value +clear_changes: Clear Changes reset_to_default: Reset to default undo_changes: Undo changes notifications: Notifications diff --git a/app/src/modules/insights/components/panel.vue b/app/src/modules/insights/components/panel.vue index e4ecbbb3db..ba945e0546 100644 --- a/app/src/modules/insights/components/panel.vue +++ b/app/src/modules/insights/components/panel.vue @@ -15,7 +15,7 @@ >
- +
diff --git a/app/src/modules/insights/routes/dashboard.vue b/app/src/modules/insights/routes/dashboard.vue index d67ccf9e9d..3e90f5554d 100644 --- a/app/src/modules/insights/routes/dashboard.vue +++ b/app/src/modules/insights/routes/dashboard.vue @@ -13,11 +13,22 @@