Skip to content

Commit faf361a

Browse files
committed
Don't wrap "Clear Filter" text
1 parent dfd3293 commit faf361a

17 files changed

+36
-36
lines changed

app/views/browse/config-maps.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h2>No config maps.</h2>
3838
</p>
3939
</div>
4040
<div ng-if="filterWithZeroResults">
41-
<h2>The filter is hiding all config maps. <a href="" ng-click="clearFilter()">Clear Filter</a></h2>
41+
<h2>The filter is hiding all config maps. <a href="" ng-click="clearFilter()" role="button" class="nowrap">Clear Filter</a></h2>
4242
</div>
4343
</div>
4444
</div>

app/views/browse/routes.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h2>No routes.</h2>
3838
</p>
3939
</div>
4040
<div ng-if="filterWithZeroResults">
41-
<h2>The filter is hiding all routes. <a href="" ng-click="clearFilter()">Clear Filter</a></h2>
41+
<h2>The filter is hiding all routes. <a href="" ng-click="clearFilter()" role="button" class="nowrap">Clear Filter</a></h2>
4242
</div>
4343
</div>
4444
</div>

app/views/browse/stateful-sets.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h2>No stateful sets.</h2>
3636
<p>No stateful sets have been added to project {{projectName}}.</p>
3737
</div>
3838
<div ng-if="filterWithZeroResults">
39-
<h2>The filter is hiding all stateful sets. <a href="" ng-click="clearFilter()">Clear Filter</a></h2>
39+
<h2>The filter is hiding all stateful sets. <a href="" ng-click="clearFilter()" role="button" class="nowrap">Clear Filter</a></h2>
4040
</div>
4141
</div>
4242
</div>

app/views/builds.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2>No builds.</h2>
3232
<p>No builds have been added to project {{projectName}}.</p>
3333
</div>
3434
<div ng-if="filterWithZeroResults">
35-
<h2>The filter is hiding all builds. <a href="" ng-click="clearFilter()">Clear Filter</a></h2>
35+
<h2>The filter is hiding all builds. <a href="" ng-click="clearFilter()" role="button" class="nowrap">Clear Filter</a></h2>
3636
</div>
3737
</div>
3838
</div>

app/views/catalog/catalog.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h2 class="text-center">No images or templates.</h2>
5050

5151
<div ng-if="allContentHidden" class="empty-state-message text-center h2">
5252
All content is hidden by the current filter.
53-
<a href="" ng-click="filter.keyword = ''">Clear Filter</a>
53+
<a href="" ng-click="filter.keyword = ''" role="button" class="nowrap">Clear Filter</a>
5454
</div>
5555

5656
<div ng-if="!filterActive">

app/views/catalog/category-content.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h2 class="text-center">No images or templates.</h2>
4545

4646
<div ng-if="!filteredBuilderImages.length && !filteredTemplates.length && loaded" class="empty-state-message text-center h2">
4747
All content is hidden by the current filter.
48-
<a href="" ng-click="filter.keyword = ''">Clear Filter</a>
48+
<a href="" ng-click="filter.keyword = ''" role="button" class="nowrap">Clear Filter</a>
4949
</div>
5050

5151
<div class="row row-cards-pf row-cards-pf-flex mar-top-xl">

app/views/deployments.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2>No deployments.</h2>
3232
<p>No deployments have been added to project {{projectName}}.</p>
3333
</div>
3434
<div ng-if="filterWithZeroResults">
35-
<h2>The filter is hiding all deployments. <a href="" ng-click="clearFilter()">Clear Filter</a></h2>
35+
<h2>The filter is hiding all deployments. <a href="" ng-click="clearFilter()" role="button" class="nowrap">Clear Filter</a></h2>
3636
</div>
3737
</div>
3838
</div>

app/views/directives/events.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
<span ng-if="(events | hashSize) === 0"><em>No events to show.</em></span>
5858
<span ng-if="(events | hashSize) > 0">
5959
All events hidden by filter.
60-
<a href="" ng-click="filter.text = ''" role="button">Clear Filter</a>
60+
<a href="" ng-click="filter.text = ''" role="button" class="nowrap">Clear Filter</a>
6161
</span>
6262
</td>
6363
<td class="hidden-xs hidden-sm hidden-md" colspan="{{showKindAndName ? 6 : 4}}">
6464
<span ng-if="(events | hashSize) === 0"><em>No events to show.</em></span>
6565
<span ng-if="(events | hashSize) > 0">
6666
All events hidden by filter.
67-
<a href="" ng-click="filter.text = ''" role="button">Clear Filter</a>
67+
<a href="" ng-click="filter.text = ''" role="button" class="nowrap">Clear Filter</a>
6868
</span>
6969
</td>
7070
</tr>

app/views/images.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2>No image streams.</h2>
3232
<p>No image streams have been added to project {{projectName}}.</p>
3333
</div>
3434
<div ng-if="filterWithZeroResults">
35-
<h2>The filter is hiding all image streams. <a href="" ng-click="clearFilter()">Clear Filter</a></h2>
35+
<h2>The filter is hiding all image streams. <a href="" ng-click="clearFilter()" role="button" class="nowrap">Clear Filter</a></h2>
3636
</div>
3737
</div>
3838
</div>

app/views/other-resources.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2>No {{resourceName}}.</h2>
3535
</p>
3636
</div>
3737
<div ng-if="filterWithZeroResults">
38-
<h2>The filter is hiding all {{resourceName}}. <a href="" ng-click="clearFilter()">Clear Filter</a></h2>
38+
<h2>The filter is hiding all {{resourceName}}. <a href="" ng-click="clearFilter()" role="button" class="nowrap">Clear Filter</a></h2>
3939
</div>
4040
</div>
4141
</div>

app/views/overview.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h2>Welcome to project {{projectName}}.</h2>
105105
<div ng-if="overview.everythingFiltered && overview.viewBy !== 'pipeline'">
106106
<div class="empty-state-message text-center h2">
107107
The filter is hiding all resources.
108-
<a href="" ng-click="overview.clearFilter()">Clear Filter</a>
108+
<a href="" ng-click="overview.clearFilter()" role="button" class="nowrap">Clear Filter</a>
109109
</div>
110110
</div>
111111
<div ng-if="!overview.everythingFiltered || overview.viewBy === 'pipeline'">
@@ -269,7 +269,7 @@ <h2>No pipelines.</h2>
269269
<div ng-if="(overview.pipelineBuildConfigs | hashSize) && !(overview.filteredPipelineBuildConfigs | hashSize)">
270270
<div class="empty-state-message text-center h2">
271271
All pipelines are filtered.
272-
<a href="" ng-click="overview.clearFilter()">Clear Filter</a>
272+
<a href="" ng-click="overview.clearFilter()" role="button" class="nowrap">Clear Filter</a>
273273
</div>
274274
</div>
275275
<div ng-repeat="pipeline in overview.filteredPipelineBuildConfigs track by (pipeline | uid)">

app/views/pods.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2>No pods.</h2>
3232
<p>No pods have been added to project {{projectName}}.</p>
3333
</div>
3434
<div ng-if="filterWithZeroResults">
35-
<h2>The filter is hiding all pods. <a href="" ng-click="clearFilter()">Clear Filter</a></h2>
35+
<h2>The filter is hiding all pods. <a href="" ng-click="clearFilter()" role="button" class="nowrap">Clear Filter</a></h2>
3636
</div>
3737
</div>
3838
</div>

app/views/projects.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h1>My Projects</h1>
9292
</div>
9393
<div ng-if="!projects.length && !isProjectListIncomplete" class="h3">
9494
The current filter is hiding all projects.
95-
<a href="" ng-click="search.text = ''" role="button">Clear Filter</a>
95+
<a href="" ng-click="search.text = ''" role="button" class="nowrap">Clear Filter</a>
9696
</div>
9797
<div class="list-group list-view-pf projects-list">
9898
<div ng-repeat="project in projects | limitTo: limitListTo track by (project | uid)" class="list-group-item project-info tile-click">

app/views/service-instances.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2>No provisioned services.</h2>
3232
<p>No provisioned services have been added to project {{projectName}}.</p>
3333
</div>
3434
<div ng-if="filterWithZeroResults">
35-
<h2>The filter is hiding all provisioned services. <a href="" ng-click="clearFilter()">Clear Filter</a></h2>
35+
<h2>The filter is hiding all provisioned services. <a href="" ng-click="clearFilter()" role="button" class="nowrap">Clear Filter</a></h2>
3636
</div>
3737
</div>
3838
</div>

app/views/services.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2>No services.</h2>
3232
<p>No services have been added to project {{projectName}}.</p>
3333
</div>
3434
<div ng-if="filterWithZeroResults">
35-
<h2>The filter is hiding all services. <a href="" ng-click="clearFilter()">Clear Filter</a></h2>
35+
<h2>The filter is hiding all services. <a href="" ng-click="clearFilter()" role="button" class="nowrap">Clear Filter</a></h2>
3636
</div>
3737
</div>
3838
</div>

app/views/storage.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h2>No persistent volume claims.</h2>
4343
</p>
4444
</div>
4545
<div ng-if="filterWithZeroResults">
46-
<h2>The filter is hiding all persistent volume claims. <a href="" ng-click="clearFilter()">Clear Filter</a></h2>
46+
<h2>The filter is hiding all persistent volume claims. <a href="" ng-click="clearFilter()" role="button" class="nowrap">Clear Filter</a></h2>
4747
</div>
4848
</div>
4949
</div>

dist/scripts/templates.js

+18-18
Original file line numberDiff line numberDiff line change
@@ -2228,7 +2228,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
22282228
"</p>\n" +
22292229
"</div>\n" +
22302230
"<div ng-if=\"filterWithZeroResults\">\n" +
2231-
"<h2>The filter is hiding all config maps. <a href=\"\" ng-click=\"clearFilter()\">Clear Filter</a></h2>\n" +
2231+
"<h2>The filter is hiding all config maps. <a href=\"\" ng-click=\"clearFilter()\" role=\"button\" class=\"nowrap\">Clear Filter</a></h2>\n" +
22322232
"</div>\n" +
22332233
"</div>\n" +
22342234
"</div>\n" +
@@ -3485,7 +3485,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
34853485
"</p>\n" +
34863486
"</div>\n" +
34873487
"<div ng-if=\"filterWithZeroResults\">\n" +
3488-
"<h2>The filter is hiding all routes. <a href=\"\" ng-click=\"clearFilter()\">Clear Filter</a></h2>\n" +
3488+
"<h2>The filter is hiding all routes. <a href=\"\" ng-click=\"clearFilter()\" role=\"button\" class=\"nowrap\">Clear Filter</a></h2>\n" +
34893489
"</div>\n" +
34903490
"</div>\n" +
34913491
"</div>\n" +
@@ -4030,7 +4030,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
40304030
"<p>No stateful sets have been added to project {{projectName}}.</p>\n" +
40314031
"</div>\n" +
40324032
"<div ng-if=\"filterWithZeroResults\">\n" +
4033-
"<h2>The filter is hiding all stateful sets. <a href=\"\" ng-click=\"clearFilter()\">Clear Filter</a></h2>\n" +
4033+
"<h2>The filter is hiding all stateful sets. <a href=\"\" ng-click=\"clearFilter()\" role=\"button\" class=\"nowrap\">Clear Filter</a></h2>\n" +
40344034
"</div>\n" +
40354035
"</div>\n" +
40364036
"</div>\n" +
@@ -4103,7 +4103,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
41034103
"<p>No builds have been added to project {{projectName}}.</p>\n" +
41044104
"</div>\n" +
41054105
"<div ng-if=\"filterWithZeroResults\">\n" +
4106-
"<h2>The filter is hiding all builds. <a href=\"\" ng-click=\"clearFilter()\">Clear Filter</a></h2>\n" +
4106+
"<h2>The filter is hiding all builds. <a href=\"\" ng-click=\"clearFilter()\" role=\"button\" class=\"nowrap\">Clear Filter</a></h2>\n" +
41074107
"</div>\n" +
41084108
"</div>\n" +
41094109
"</div>\n" +
@@ -4367,7 +4367,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
43674367
"</form>\n" +
43684368
"<div ng-if=\"allContentHidden\" class=\"empty-state-message text-center h2\">\n" +
43694369
"All content is hidden by the current filter.\n" +
4370-
"<a href=\"\" ng-click=\"filter.keyword = ''\">Clear Filter</a>\n" +
4370+
"<a href=\"\" ng-click=\"filter.keyword = ''\" role=\"button\" class=\"nowrap\">Clear Filter</a>\n" +
43714371
"</div>\n" +
43724372
"<div ng-if=\"!filterActive\">\n" +
43734373
"<div ng-repeat=\"category in categories\" ng-if=\"hasContent[category.id]\">\n" +
@@ -4471,7 +4471,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
44714471
"</form>\n" +
44724472
"<div ng-if=\"!filteredBuilderImages.length && !filteredTemplates.length && loaded\" class=\"empty-state-message text-center h2\">\n" +
44734473
"All content is hidden by the current filter.\n" +
4474-
"<a href=\"\" ng-click=\"filter.keyword = ''\">Clear Filter</a>\n" +
4474+
"<a href=\"\" ng-click=\"filter.keyword = ''\" role=\"button\" class=\"nowrap\">Clear Filter</a>\n" +
44754475
"</div>\n" +
44764476
"<div class=\"row row-cards-pf row-cards-pf-flex mar-top-xl\">\n" +
44774477
"<catalog-image image-stream=\"builder\" project=\"{{projectName}}\" is-builder=\"true\" keywords=\"keywords\" ng-repeat=\"builder in filteredBuilderImages track by (builder | uid)\">\n" +
@@ -5118,7 +5118,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
51185118
"<p>No deployments have been added to project {{projectName}}.</p>\n" +
51195119
"</div>\n" +
51205120
"<div ng-if=\"filterWithZeroResults\">\n" +
5121-
"<h2>The filter is hiding all deployments. <a href=\"\" ng-click=\"clearFilter()\">Clear Filter</a></h2>\n" +
5121+
"<h2>The filter is hiding all deployments. <a href=\"\" ng-click=\"clearFilter()\" role=\"button\" class=\"nowrap\">Clear Filter</a></h2>\n" +
51225122
"</div>\n" +
51235123
"</div>\n" +
51245124
"</div>\n" +
@@ -7102,14 +7102,14 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
71027102
"<span ng-if=\"(events | hashSize) === 0\"><em>No events to show.</em></span>\n" +
71037103
"<span ng-if=\"(events | hashSize) > 0\">\n" +
71047104
"All events hidden by filter.\n" +
7105-
"<a href=\"\" ng-click=\"filter.text = ''\" role=\"button\">Clear Filter</a>\n" +
7105+
"<a href=\"\" ng-click=\"filter.text = ''\" role=\"button\" class=\"nowrap\">Clear Filter</a>\n" +
71067106
"</span>\n" +
71077107
"</td>\n" +
71087108
"<td class=\"hidden-xs hidden-sm hidden-md\" colspan=\"{{showKindAndName ? 6 : 4}}\">\n" +
71097109
"<span ng-if=\"(events | hashSize) === 0\"><em>No events to show.</em></span>\n" +
71107110
"<span ng-if=\"(events | hashSize) > 0\">\n" +
71117111
"All events hidden by filter.\n" +
7112-
"<a href=\"\" ng-click=\"filter.text = ''\" role=\"button\">Clear Filter</a>\n" +
7112+
"<a href=\"\" ng-click=\"filter.text = ''\" role=\"button\" class=\"nowrap\">Clear Filter</a>\n" +
71137113
"</span>\n" +
71147114
"</td>\n" +
71157115
"</tr>\n" +
@@ -10497,7 +10497,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
1049710497
"<p>No image streams have been added to project {{projectName}}.</p>\n" +
1049810498
"</div>\n" +
1049910499
"<div ng-if=\"filterWithZeroResults\">\n" +
10500-
"<h2>The filter is hiding all image streams. <a href=\"\" ng-click=\"clearFilter()\">Clear Filter</a></h2>\n" +
10500+
"<h2>The filter is hiding all image streams. <a href=\"\" ng-click=\"clearFilter()\" role=\"button\" class=\"nowrap\">Clear Filter</a></h2>\n" +
1050110501
"</div>\n" +
1050210502
"</div>\n" +
1050310503
"</div>\n" +
@@ -11555,7 +11555,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
1155511555
"</p>\n" +
1155611556
"</div>\n" +
1155711557
"<div ng-if=\"filterWithZeroResults\">\n" +
11558-
"<h2>The filter is hiding all {{resourceName}}. <a href=\"\" ng-click=\"clearFilter()\">Clear Filter</a></h2>\n" +
11558+
"<h2>The filter is hiding all {{resourceName}}. <a href=\"\" ng-click=\"clearFilter()\" role=\"button\" class=\"nowrap\">Clear Filter</a></h2>\n" +
1155911559
"</div>\n" +
1156011560
"</div>\n" +
1156111561
"</div>\n" +
@@ -11698,7 +11698,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
1169811698
"<div ng-if=\"overview.everythingFiltered && overview.viewBy !== 'pipeline'\">\n" +
1169911699
"<div class=\"empty-state-message text-center h2\">\n" +
1170011700
"The filter is hiding all resources.\n" +
11701-
"<a href=\"\" ng-click=\"overview.clearFilter()\">Clear Filter</a>\n" +
11701+
"<a href=\"\" ng-click=\"overview.clearFilter()\" role=\"button\" class=\"nowrap\">Clear Filter</a>\n" +
1170211702
"</div>\n" +
1170311703
"</div>\n" +
1170411704
"<div ng-if=\"!overview.everythingFiltered || overview.viewBy === 'pipeline'\">\n" +
@@ -11815,7 +11815,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
1181511815
"<div ng-if=\"(overview.pipelineBuildConfigs | hashSize) && !(overview.filteredPipelineBuildConfigs | hashSize)\">\n" +
1181611816
"<div class=\"empty-state-message text-center h2\">\n" +
1181711817
"All pipelines are filtered.\n" +
11818-
"<a href=\"\" ng-click=\"overview.clearFilter()\">Clear Filter</a>\n" +
11818+
"<a href=\"\" ng-click=\"overview.clearFilter()\" role=\"button\" class=\"nowrap\">Clear Filter</a>\n" +
1181911819
"</div>\n" +
1182011820
"</div>\n" +
1182111821
"<div ng-repeat=\"pipeline in overview.filteredPipelineBuildConfigs track by (pipeline | uid)\">\n" +
@@ -12869,7 +12869,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
1286912869
"<p>No pods have been added to project {{projectName}}.</p>\n" +
1287012870
"</div>\n" +
1287112871
"<div ng-if=\"filterWithZeroResults\">\n" +
12872-
"<h2>The filter is hiding all pods. <a href=\"\" ng-click=\"clearFilter()\">Clear Filter</a></h2>\n" +
12872+
"<h2>The filter is hiding all pods. <a href=\"\" ng-click=\"clearFilter()\" role=\"button\" class=\"nowrap\">Clear Filter</a></h2>\n" +
1287312873
"</div>\n" +
1287412874
"</div>\n" +
1287512875
"</div>\n" +
@@ -12953,7 +12953,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
1295312953
"</div>\n" +
1295412954
"<div ng-if=\"!projects.length && !isProjectListIncomplete\" class=\"h3\">\n" +
1295512955
"The current filter is hiding all projects.\n" +
12956-
"<a href=\"\" ng-click=\"search.text = ''\" role=\"button\">Clear Filter</a>\n" +
12956+
"<a href=\"\" ng-click=\"search.text = ''\" role=\"button\" class=\"nowrap\">Clear Filter</a>\n" +
1295712957
"</div>\n" +
1295812958
"<div class=\"list-group list-view-pf projects-list\">\n" +
1295912959
"<div ng-repeat=\"project in projects | limitTo: limitListTo track by (project | uid)\" class=\"list-group-item project-info tile-click\">\n" +
@@ -13383,7 +13383,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
1338313383
"<p>No provisioned services have been added to project {{projectName}}.</p>\n" +
1338413384
"</div>\n" +
1338513385
"<div ng-if=\"filterWithZeroResults\">\n" +
13386-
"<h2>The filter is hiding all provisioned services. <a href=\"\" ng-click=\"clearFilter()\">Clear Filter</a></h2>\n" +
13386+
"<h2>The filter is hiding all provisioned services. <a href=\"\" ng-click=\"clearFilter()\" role=\"button\" class=\"nowrap\">Clear Filter</a></h2>\n" +
1338713387
"</div>\n" +
1338813388
"</div>\n" +
1338913389
"</div>\n" +
@@ -13480,7 +13480,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
1348013480
"<p>No services have been added to project {{projectName}}.</p>\n" +
1348113481
"</div>\n" +
1348213482
"<div ng-if=\"filterWithZeroResults\">\n" +
13483-
"<h2>The filter is hiding all services. <a href=\"\" ng-click=\"clearFilter()\">Clear Filter</a></h2>\n" +
13483+
"<h2>The filter is hiding all services. <a href=\"\" ng-click=\"clearFilter()\" role=\"button\" class=\"nowrap\">Clear Filter</a></h2>\n" +
1348413484
"</div>\n" +
1348513485
"</div>\n" +
1348613486
"</div>\n" +
@@ -13624,7 +13624,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
1362413624
"</p>\n" +
1362513625
"</div>\n" +
1362613626
"<div ng-if=\"filterWithZeroResults\">\n" +
13627-
"<h2>The filter is hiding all persistent volume claims. <a href=\"\" ng-click=\"clearFilter()\">Clear Filter</a></h2>\n" +
13627+
"<h2>The filter is hiding all persistent volume claims. <a href=\"\" ng-click=\"clearFilter()\" role=\"button\" class=\"nowrap\">Clear Filter</a></h2>\n" +
1362813628
"</div>\n" +
1362913629
"</div>\n" +
1363013630
"</div>\n" +

0 commit comments

Comments
 (0)