From 1b265a7300faced4224a8f22dc374de5f476c052 Mon Sep 17 00:00:00 2001 From: Samuel Padgett Date: Wed, 6 Sep 2017 18:19:51 -0400 Subject: [PATCH] Use relative URL for Browse Catalog link This prevents the page from reloading and losing cached data. --- app/views/directives/header/header.html | 2 +- dist/scripts/templates.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/directives/header/header.html b/app/views/directives/header/header.html index 483277c82f..cd51a357a1 100644 --- a/app/views/directives/header/header.html +++ b/app/views/directives/header/header.html @@ -37,7 +37,7 @@
  • Deploy Image
  • Import YAML / JSON
  • -
  • Browse Catalog
  • +
  • Browse Catalog
  • Deploy Image
  • Import YAML / JSON
  • diff --git a/dist/scripts/templates.js b/dist/scripts/templates.js index dde6b3f3cd..f2a66db56e 100644 --- a/dist/scripts/templates.js +++ b/dist/scripts/templates.js @@ -6860,7 +6860,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function( "
  • Browse Catalog
  • \n" + "
  • Deploy Image
  • \n" + "
  • Import YAML / JSON
  • \n" + - "
  • Browse Catalog
  • \n" + + "
  • Browse Catalog
  • \n" + "
  • Deploy Image
  • \n" + "
  • Import YAML / JSON
  • \n" + "\n" +