From 88343c977036702a6e2fbbb87e7213c01c9e8371 Mon Sep 17 00:00:00 2001 From: Samuel Padgett Date: Mon, 25 Sep 2017 07:55:06 -0400 Subject: [PATCH] Fix binding ready logic The binding ready logic was flipped in the service-binding component, so the View Secret link was showing up at the wrong time. --- app/views/directives/_service-binding.html | 2 +- dist/scripts/templates.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/directives/_service-binding.html b/app/views/directives/_service-binding.html index f4f11be1de..4ed8ee2312 100644 --- a/app/views/directives/_service-binding.html +++ b/app/views/directives/_service-binding.html @@ -46,7 +46,7 @@

project-name="{{$ctrl.binding.metadata.namespace}}" stay-on-current-page="true"> - View Secret diff --git a/dist/scripts/templates.js b/dist/scripts/templates.js index 4385c7ce19..e865636994 100644 --- a/dist/scripts/templates.js +++ b/dist/scripts/templates.js @@ -5636,7 +5636,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function( "
\n" + "\n" + "\n" + - "\n" + + "\n" + "View Secret\n" + "\n" + "
\n" +