From 8f43c5ecb746047be048c4e88116a25a777a99d4 Mon Sep 17 00:00:00 2001 From: Matthew Irish Date: Thu, 18 Oct 2018 13:11:50 -0500 Subject: [PATCH] more 'not allowed' messaging --- ui/app/templates/components/secret-edit.hbs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ui/app/templates/components/secret-edit.hbs b/ui/app/templates/components/secret-edit.hbs index 751fea9c3..582a6fc9f 100644 --- a/ui/app/templates/components/secret-edit.hbs +++ b/ui/app/templates/components/secret-edit.hbs @@ -116,7 +116,7 @@ {{else}} {{/if}} {{else if canDeleteVersion}} @@ -133,6 +133,10 @@ > Delete version + {{else}} + {{/if}} {{#if canDestroyVersion}} @@ -151,6 +155,10 @@ Permanently destroy version + {{else}} + {{/if}} {{/if}} {{/if}}