Skip to content

Commit 63166c0

Browse files
author
OpenShift Bot
authored
Merge pull request #2106 from spadgett/fix-close-deploy-image-dialog
Merged by openshift-bot
2 parents 0c1d8d7 + 8d9ea89 commit 63166c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/directives/notifications/notification-body.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ng-click="$ctrl.customScope.markRead(notification)">
55
<a
66
class="pull-right"
7-
tabindex="0"
7+
href=""
88
ng-click="$ctrl.customScope.clear(notification, $index, notificationGroup)">
99
<span class="sr-only">Clear notification</span>
1010
<span

dist/scripts/templates.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7692,7 +7692,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
76927692

76937693
$templateCache.put('views/directives/notifications/notification-body.html',
76947694
"<div class=\"drawer-pf-notification-inner\" tabindex=\"0\" ng-click=\"$ctrl.customScope.markRead(notification)\">\n" +
7695-
"<a class=\"pull-right\" tabindex=\"0\" ng-click=\"$ctrl.customScope.clear(notification, $index, notificationGroup)\">\n" +
7695+
"<a class=\"pull-right\" href=\"\" ng-click=\"$ctrl.customScope.clear(notification, $index, notificationGroup)\">\n" +
76967696
"<span class=\"sr-only\">Clear notification</span>\n" +
76977697
"<span ng-if=\"notification.event\" aria-hidden=\"true\" class=\"pull-left pficon pficon-close\"></span>\n" +
76987698
"</a>\n" +

0 commit comments

Comments
 (0)