@@ -2228,7 +2228,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
2228
2228
"</p>\n" +
2229
2229
"</div>\n" +
2230
2230
"<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" +
2232
2232
"</div>\n" +
2233
2233
"</div>\n" +
2234
2234
"</div>\n" +
@@ -3485,7 +3485,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
3485
3485
"</p>\n" +
3486
3486
"</div>\n" +
3487
3487
"<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" +
3489
3489
"</div>\n" +
3490
3490
"</div>\n" +
3491
3491
"</div>\n" +
@@ -4030,7 +4030,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
4030
4030
"<p>No stateful sets have been added to project {{projectName}}.</p>\n" +
4031
4031
"</div>\n" +
4032
4032
"<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" +
4034
4034
"</div>\n" +
4035
4035
"</div>\n" +
4036
4036
"</div>\n" +
@@ -4103,7 +4103,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
4103
4103
"<p>No builds have been added to project {{projectName}}.</p>\n" +
4104
4104
"</div>\n" +
4105
4105
"<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" +
4107
4107
"</div>\n" +
4108
4108
"</div>\n" +
4109
4109
"</div>\n" +
@@ -4367,7 +4367,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
4367
4367
"</form>\n" +
4368
4368
"<div ng-if=\"allContentHidden\" class=\"empty-state-message text-center h2\">\n" +
4369
4369
"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" +
4371
4371
"</div>\n" +
4372
4372
"<div ng-if=\"!filterActive\">\n" +
4373
4373
"<div ng-repeat=\"category in categories\" ng-if=\"hasContent[category.id]\">\n" +
@@ -4471,7 +4471,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
4471
4471
"</form>\n" +
4472
4472
"<div ng-if=\"!filteredBuilderImages.length && !filteredTemplates.length && loaded\" class=\"empty-state-message text-center h2\">\n" +
4473
4473
"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" +
4475
4475
"</div>\n" +
4476
4476
"<div class=\"row row-cards-pf row-cards-pf-flex mar-top-xl\">\n" +
4477
4477
"<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(
5118
5118
"<p>No deployments have been added to project {{projectName}}.</p>\n" +
5119
5119
"</div>\n" +
5120
5120
"<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" +
5122
5122
"</div>\n" +
5123
5123
"</div>\n" +
5124
5124
"</div>\n" +
@@ -7102,14 +7102,14 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
7102
7102
"<span ng-if=\"(events | hashSize) === 0\"><em>No events to show.</em></span>\n" +
7103
7103
"<span ng-if=\"(events | hashSize) > 0\">\n" +
7104
7104
"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" +
7106
7106
"</span>\n" +
7107
7107
"</td>\n" +
7108
7108
"<td class=\"hidden-xs hidden-sm hidden-md\" colspan=\"{{showKindAndName ? 6 : 4}}\">\n" +
7109
7109
"<span ng-if=\"(events | hashSize) === 0\"><em>No events to show.</em></span>\n" +
7110
7110
"<span ng-if=\"(events | hashSize) > 0\">\n" +
7111
7111
"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" +
7113
7113
"</span>\n" +
7114
7114
"</td>\n" +
7115
7115
"</tr>\n" +
@@ -10497,7 +10497,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
10497
10497
"<p>No image streams have been added to project {{projectName}}.</p>\n" +
10498
10498
"</div>\n" +
10499
10499
"<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" +
10501
10501
"</div>\n" +
10502
10502
"</div>\n" +
10503
10503
"</div>\n" +
@@ -11555,7 +11555,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
11555
11555
"</p>\n" +
11556
11556
"</div>\n" +
11557
11557
"<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" +
11559
11559
"</div>\n" +
11560
11560
"</div>\n" +
11561
11561
"</div>\n" +
@@ -11698,7 +11698,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
11698
11698
"<div ng-if=\"overview.everythingFiltered && overview.viewBy !== 'pipeline'\">\n" +
11699
11699
"<div class=\"empty-state-message text-center h2\">\n" +
11700
11700
"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" +
11702
11702
"</div>\n" +
11703
11703
"</div>\n" +
11704
11704
"<div ng-if=\"!overview.everythingFiltered || overview.viewBy === 'pipeline'\">\n" +
@@ -11815,7 +11815,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
11815
11815
"<div ng-if=\"(overview.pipelineBuildConfigs | hashSize) && !(overview.filteredPipelineBuildConfigs | hashSize)\">\n" +
11816
11816
"<div class=\"empty-state-message text-center h2\">\n" +
11817
11817
"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" +
11819
11819
"</div>\n" +
11820
11820
"</div>\n" +
11821
11821
"<div ng-repeat=\"pipeline in overview.filteredPipelineBuildConfigs track by (pipeline | uid)\">\n" +
@@ -12869,7 +12869,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
12869
12869
"<p>No pods have been added to project {{projectName}}.</p>\n" +
12870
12870
"</div>\n" +
12871
12871
"<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" +
12873
12873
"</div>\n" +
12874
12874
"</div>\n" +
12875
12875
"</div>\n" +
@@ -12953,7 +12953,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
12953
12953
"</div>\n" +
12954
12954
"<div ng-if=\"!projects.length && !isProjectListIncomplete\" class=\"h3\">\n" +
12955
12955
"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" +
12957
12957
"</div>\n" +
12958
12958
"<div class=\"list-group list-view-pf projects-list\">\n" +
12959
12959
"<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(
13383
13383
"<p>No provisioned services have been added to project {{projectName}}.</p>\n" +
13384
13384
"</div>\n" +
13385
13385
"<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" +
13387
13387
"</div>\n" +
13388
13388
"</div>\n" +
13389
13389
"</div>\n" +
@@ -13480,7 +13480,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
13480
13480
"<p>No services have been added to project {{projectName}}.</p>\n" +
13481
13481
"</div>\n" +
13482
13482
"<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" +
13484
13484
"</div>\n" +
13485
13485
"</div>\n" +
13486
13486
"</div>\n" +
@@ -13624,7 +13624,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
13624
13624
"</p>\n" +
13625
13625
"</div>\n" +
13626
13626
"<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" +
13628
13628
"</div>\n" +
13629
13629
"</div>\n" +
13630
13630
"</div>\n" +
0 commit comments