Skip to content

Commit ca8be4c

Browse files
committed
Remove icon from Select from Project empty states for consistency
1 parent b6aa325 commit ca8be4c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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
};

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)