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 2f8910bee2..c5f78e530d 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" +
""
);