From a7269a3c533fb6ffc73601a80796bf4f817005b0 Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Thu, 17 Jun 2021 16:57:09 -0400 Subject: [PATCH] Add panel options to header headline on drawer --- app/src/components/v-drawer/v-drawer.vue | 2 ++ app/src/lang/translations/en-US.yaml | 1 + app/src/modules/insights/routes/panel-configuration.vue | 1 + 3 files changed, 4 insertions(+) diff --git a/app/src/components/v-drawer/v-drawer.vue b/app/src/components/v-drawer/v-drawer.vue index f2068a767f..8aa2ac2bcf 100644 --- a/app/src/components/v-drawer/v-drawer.vue +++ b/app/src/components/v-drawer/v-drawer.vue @@ -19,9 +19,11 @@
+ +
diff --git a/app/src/lang/translations/en-US.yaml b/app/src/lang/translations/en-US.yaml index 1828791a02..d5a44c721a 100644 --- a/app/src/lang/translations/en-US.yaml +++ b/app/src/lang/translations/en-US.yaml @@ -549,6 +549,7 @@ label: Label insights: Insights dashboard: Dashboard panel: Panel +panel_options: Panel Options panel_header: Panel Header panel_name_placeholder: Name this panel... panel_note_placeholder: Optional details about this panel... diff --git a/app/src/modules/insights/routes/panel-configuration.vue b/app/src/modules/insights/routes/panel-configuration.vue index d48ef26503..2759fdac03 100644 --- a/app/src/modules/insights/routes/panel-configuration.vue +++ b/app/src/modules/insights/routes/panel-configuration.vue @@ -2,6 +2,7 @@