Skip to content

Commit b37f60f

Browse files
Merge pull request #2311 from rhamilto/select-from-project-empty-state-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
2 parents cad0684 + ca8be4c commit b37f60f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Diff for: app/scripts/directives/processTemplateDialog.js

-2
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,11 @@
8888
listProjects();
8989

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

9695
ctrl.templatesEmptyState = {
97-
icon: 'pficon pficon-info',
9896
title: 'No Templates',
9997
info: 'The selected project has no templates available to import.'
10098
};

Diff for: dist/scripts/scripts.js

-2
Original file line numberDiff line numberDiff line change
@@ -13173,11 +13173,9 @@ b.infoStep.selected = !1, b.selectStep.selected = !1, b.configStep.selected = !1
1317313173
}
1317413174
}, b.$onInit = function() {
1317513175
b.loginBaseUrl = r.openshiftAPIBaseUrl(), b.preSelectedProject = b.selectedProject = b.project, h(), b.projectEmptyState = {
13176-
icon: "pficon pficon-info",
1317713176
title: "No Project Selected",
1317813177
info: "Please select a project from the dropdown to load Templates from that project."
1317913178
}, b.templatesEmptyState = {
13180-
icon: "pficon pficon-info",
1318113179
title: "No Templates",
1318213180
info: "The selected project has no templates available to import."
1318313181
}, b.filterConfig = {

0 commit comments

Comments
 (0)