- {{value}}
+
+
This secret value contains non-printable characters and is displayed as a Base64-encoded string.
diff --git a/dist/scripts/scripts.js b/dist/scripts/scripts.js
index f368550162..5b9f4e21d6 100644
--- a/dist/scripts/scripts.js
+++ b/dist/scripts/scripts.js
@@ -9217,7 +9217,7 @@ var r = this, o = t("canI"), i = t("humanizeKind"), s = _.uniqueId();
r.setFocusClass = "edit-environment-from-set-focus-" + s, r.viewOverlayPanel = function(e) {
r.decodedData = e.data, r.overlayPaneEntryDetails = e, "Secret" === e.kind && (r.decodedData = a.decodeSecretData(e.data)), r.overlayPanelVisible = !0;
}, r.closeOverlayPanel = function() {
-r.overlayPanelVisible = !1;
+r.showSecret = !1, r.overlayPanelVisible = !1;
};
var c = function(e, t) {
e && e.push(t || {});
diff --git a/dist/scripts/templates.js b/dist/scripts/templates.js
index 2108eeb3bc..3976ba8c2f 100644
--- a/dist/scripts/templates.js
+++ b/dist/scripts/templates.js
@@ -6749,7 +6749,9 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
"
\n" +
"\n" +
"
\n" +
"
\n" +
"The {{$ctrl.overlayPaneEntryDetails.kind | humanizeKind}} has no properties.\n" +
@@ -6764,7 +6766,8 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
"\n" +
"
*****\n" +
"
\n" +
- "{{value}}\n" +
+ "
\n" +
+ "\n" +
"
\n" +
"This secret value contains non-printable characters and is displayed as a Base64-encoded string.\n" +
"
\n" +