From c87ec96b8eea1b9d57a2c74b2e40775ce97d807d Mon Sep 17 00:00:00 2001 From: Noelle Daley Date: Thu, 24 Oct 2019 11:35:25 -0700 Subject: [PATCH] indicate that secret version is deleted even when it is the current version (#7714) --- ui/app/templates/components/secret-edit.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/templates/components/secret-edit.hbs b/ui/app/templates/components/secret-edit.hbs index 32ecdc901..06bf6bdf3 100644 --- a/ui/app/templates/components/secret-edit.hbs +++ b/ui/app/templates/components/secret-edit.hbs @@ -78,7 +78,7 @@
  • Version {{secretVersion.version}} - {{#if (eq secretVersion.version this.model.currentVersion)}} + {{#if (and (eq secretVersion.version this.model.currentVersion) (not secretVersion.deleted))}} {{else if secretVersion.deleted}}