From 635d2943fb33fe816cdf330aff7f67dac420f3c2 Mon Sep 17 00:00:00 2001 From: Jordan Reimer Date: Fri, 20 Oct 2023 10:47:53 -0600 Subject: [PATCH] Backport KV Download Value Stringify Toggle (#23747) to 1.15 (#23770) * KV Download Value Stringify Toggle (#23747) * adds stringify toggle to masked-input download modal * updates stringify toggle copy and adds a test * adds changelog entry * adds modal wormhole to test --- changelog/23747.txt | 3 ++ ui/lib/core/addon/components/masked-input.hbs | 14 +++++++- ui/lib/core/addon/components/masked-input.js | 6 ++++ .../components/masked-input-test.js | 34 +++++++++++++++++++ 4 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 changelog/23747.txt diff --git a/changelog/23747.txt b/changelog/23747.txt new file mode 100644 index 0000000000..bf611ed142 --- /dev/null +++ b/changelog/23747.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ui: Adds toggle to KV secrets engine value download modal to optionally stringify value in downloaded file +``` \ No newline at end of file diff --git a/ui/lib/core/addon/components/masked-input.hbs b/ui/lib/core/addon/components/masked-input.hbs index 0538b1f960..85e30f9417 100644 --- a/ui/lib/core/addon/components/masked-input.hbs +++ b/ui/lib/core/addon/components/masked-input.hbs @@ -73,13 +73,25 @@