From 34004b091773320f635df1cb41ca8db17bb810a1 Mon Sep 17 00:00:00 2001 From: Jai <41024828+ChaiWithJai@users.noreply.github.com> Date: Mon, 21 Nov 2022 10:18:02 -0500 Subject: [PATCH] style: wrap secret value in tag (#15331) --- ui/app/templates/variables/variable/index.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/templates/variables/variable/index.hbs b/ui/app/templates/variables/variable/index.hbs index 1198983a8..07ef479a8 100644 --- a/ui/app/templates/variables/variable/index.hbs +++ b/ui/app/templates/variables/variable/index.hbs @@ -107,7 +107,7 @@ {{#if row.model.isVisible}} - {{row.model.value}} + {{row.model.value}} {{else}} ******** {{/if}}