From e9dc49874102747c00722aff1225019665ca173b Mon Sep 17 00:00:00 2001 From: Samuel Padgett Date: Mon, 19 Mar 2018 14:53:02 -0400 Subject: [PATCH] Bug 1477133 - Show link to owner on pod env tab Link to the env tab of the owning resource. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1477133 --- app/views/browse/pod.html | 10 ++++++++++ dist/scripts/templates.js | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/app/views/browse/pod.html b/app/views/browse/pod.html index c3416d4de0..c058e062ae 100644 --- a/app/views/browse/pod.html +++ b/app/views/browse/pod.html @@ -53,6 +53,16 @@

Environment +

+ + Environment variables can be edited on deployment config + {{dcName}}. +

+

+ + Environment variables were set by {{controllerRef.kind | humanizeKind}} + {{controllerRef.name}}. +

diff --git a/dist/scripts/templates.js b/dist/scripts/templates.js index 634b10e169..7d8be638c4 100644 --- a/dist/scripts/templates.js +++ b/dist/scripts/templates.js @@ -3036,6 +3036,16 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function( "\n" + "\n" + "Environment\n" + + "

\n" + + "\n" + + "Environment variables can be edited on deployment config\n" + + "{{dcName}}.\n" + + "

\n" + + "

\n" + + "\n" + + "Environment variables were set by {{controllerRef.kind | humanizeKind}}\n" + + "{{controllerRef.name}}.\n" + + "

\n" + "\n" + "
\n" + "\n" +