From 89d2ec2f44e3baf6e429fd761e444e20075e75f8 Mon Sep 17 00:00:00 2001 From: Samuel Padgett Date: Wed, 1 Nov 2017 09:01:13 -0400 Subject: [PATCH] Add track by to container repeat for env vars Avoids some issues where the page flickers on updates and prevents the dropdown from closing when open during a background update. --- app/views/directives/edit-environment-variables.html | 2 +- dist/scripts/templates.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/directives/edit-environment-variables.html b/app/views/directives/edit-environment-variables.html index d21923353a..bca79e0644 100644 --- a/app/views/directives/edit-environment-variables.html +++ b/app/views/directives/edit-environment-variables.html @@ -1,6 +1,6 @@
-
+

Container {{container.name}}

diff --git a/dist/scripts/templates.js b/dist/scripts/templates.js index 8b703162b2..555dcd5b7e 100644 --- a/dist/scripts/templates.js +++ b/dist/scripts/templates.js @@ -6811,7 +6811,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function( $templateCache.put('views/directives/edit-environment-variables.html', "\n" + "\n" + - "
\n" + + "
\n" + "

Container {{container.name}}

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