From b9a41717784b4de151651e0663efedc135b89dce Mon Sep 17 00:00:00 2001 From: John Cowen Date: Fri, 18 Dec 2020 09:03:25 +0000 Subject: [PATCH] ui: Use InformedAction for KV table row delete confirmations (#9425) --- .../app/components/consul/kv/list/index.hbs | 45 ++++++++++--------- 1 file changed, 25 insertions(+), 20 deletions(-) diff --git a/ui/packages/consul-ui/app/components/consul/kv/list/index.hbs b/ui/packages/consul-ui/app/components/consul/kv/list/index.hbs index 8099596e35..da80b8948f 100644 --- a/ui/packages/consul-ui/app/components/consul/kv/list/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/kv/list/index.hbs @@ -23,31 +23,36 @@ as |item index|>
  • -
    -
    -
    - Confirm Delete -
    + + <:header> + Confirm Delete + + <:body>

    - Are you sure you want to delete this key? + Are you sure you want to delete this KV entry?

    -
    -
      -
    • - -
    • -
    • - -
    • -
    -
    + + + + + Cancel + + + +