Skip to content

Commit

Permalink
Don't wrap "Clear Filter" text
Browse files Browse the repository at this point in the history
  • Loading branch information
spadgett committed Nov 2, 2017
1 parent dfd3293 commit 546644a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h2>Welcome to project {{projectName}}.</h2>
<div ng-if="overview.everythingFiltered && overview.viewBy !== 'pipeline'">
<div class="empty-state-message text-center h2">
The filter is hiding all resources.
<a href="" ng-click="overview.clearFilter()">Clear Filter</a>
<a href="" ng-click="overview.clearFilter()" class="nowrap">Clear Filter</a>
</div>
</div>
<div ng-if="!overview.everythingFiltered || overview.viewBy === 'pipeline'">
Expand Down
2 changes: 1 addition & 1 deletion dist/scripts/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -11698,7 +11698,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
"<div ng-if=\"overview.everythingFiltered && overview.viewBy !== 'pipeline'\">\n" +
"<div class=\"empty-state-message text-center h2\">\n" +
"The filter is hiding all resources.\n" +
"<a href=\"\" ng-click=\"overview.clearFilter()\">Clear Filter</a>\n" +
"<a href=\"\" ng-click=\"overview.clearFilter()\" class=\"nowrap\">Clear Filter</a>\n" +
"</div>\n" +
"</div>\n" +
"<div ng-if=\"!overview.everythingFiltered || overview.viewBy === 'pipeline'\">\n" +
Expand Down

0 comments on commit 546644a

Please sign in to comment.