From ded31af12e32470a6124fb54b3f1d442e96fcc6d Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Date: Fri, 8 Sep 2017 17:11:47 -0400 Subject: [PATCH] Add 'Select from Project' option in the 'Add to Project' dropdown fixes #2040 --- app/views/directives/header/header.html | 2 + .../directives/header/project-header.html | 56 ------------------- dist/scripts/templates.js | 55 +----------------- 3 files changed, 3 insertions(+), 110 deletions(-) delete mode 100644 app/views/directives/header/project-header.html diff --git a/app/views/directives/header/header.html b/app/views/directives/header/header.html index cd51a357a1..76b415d33c 100644 --- a/app/views/directives/header/header.html +++ b/app/views/directives/header/header.html @@ -40,6 +40,7 @@
  • Browse Catalog
  • Deploy Image
  • Import YAML / JSON
  • +
  • Select from Project
  • @@ -49,4 +50,5 @@ + diff --git a/app/views/directives/header/project-header.html b/app/views/directives/header/project-header.html deleted file mode 100644 index d09b96cadd..0000000000 --- a/app/views/directives/header/project-header.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - diff --git a/dist/scripts/templates.js b/dist/scripts/templates.js index 182a27dac6..c2aa0ef9d9 100644 --- a/dist/scripts/templates.js +++ b/dist/scripts/templates.js @@ -6952,6 +6952,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function( "
  • Browse Catalog
  • \n" + "
  • Deploy Image
  • \n" + "
  • Import YAML / JSON
  • \n" + + "
  • Select from Project
  • \n" + "\n" + "\n" + " \n" + @@ -6959,60 +6960,6 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function( "\n" + "\n" + "\n" + - "" - ); - - - $templateCache.put('views/directives/header/project-header.html', - "\n" + - "\n" + - "\n" + - "\n" + - "\n" + "\n" + "" );