Skip to content

Commit

Permalink
Merge pull request #2311 from rhamilto/select-from-project-empty-stat…
Browse files Browse the repository at this point in the history
…e-icon

Automatic merge from submit-queue.

Remove icon from Select from Project empty states for consistency

![screen shot 2017-10-19 at 11 06 41 am](https://user-images.githubusercontent.com/895728/31778174-fb5d170c-b4bd-11e7-8f0e-e8a07cc5f293.PNG)
![screen shot 2017-10-19 at 11 06 47 am](https://user-images.githubusercontent.com/895728/31778173-fb4e3cd2-b4bd-11e7-8146-513d23bcc786.PNG)

fyi @dtaylor113, @amarie401
  • Loading branch information
openshift-merge-robot committed Oct 19, 2017
2 parents cad0684 + ca8be4c commit b37f60f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/scripts/directives/processTemplateDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,11 @@
listProjects();

ctrl.projectEmptyState = {
icon: 'pficon pficon-info',
title: 'No Project Selected',
info: 'Please select a project from the dropdown to load Templates from that project.'
};

ctrl.templatesEmptyState = {
icon: 'pficon pficon-info',
title: 'No Templates',
info: 'The selected project has no templates available to import.'
};
Expand Down
2 changes: 0 additions & 2 deletions dist/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -13173,11 +13173,9 @@ b.infoStep.selected = !1, b.selectStep.selected = !1, b.configStep.selected = !1
}
}, b.$onInit = function() {
b.loginBaseUrl = r.openshiftAPIBaseUrl(), b.preSelectedProject = b.selectedProject = b.project, h(), b.projectEmptyState = {
icon: "pficon pficon-info",
title: "No Project Selected",
info: "Please select a project from the dropdown to load Templates from that project."
}, b.templatesEmptyState = {
icon: "pficon pficon-info",
title: "No Templates",
info: "The selected project has no templates available to import."
}, b.filterConfig = {
Expand Down

0 comments on commit b37f60f

Please sign in to comment.