Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions app/scripts/directives/serviceGroupNotifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,12 @@ angular.module('openshiftConsole')
message: 'Deployment ' + displayName + ' failed.',
reason: annotation(mostRecentRC, 'openshift.io/deployment.status-reason'),
links: [{
href: rcLink,
label: 'View Deployment'
}, {
href: logLink,
label: 'View Log'
}, {
// Show all events since the event might not be on the replication controller itself.
href: 'project/' + mostRecentRC.metadata.namespace + '/browse/events',
label: 'View Events'
}]
};
break;
Expand Down
6 changes: 3 additions & 3 deletions dist/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -11751,11 +11751,11 @@ type:"error",
message:"Deployment " + k + " failed.",
reason:i(c, "openshift.io/deployment.status-reason"),
links:[ {
href:m,
label:"View Deployment"
}, {
href:f,
label:"View Log"
}, {
href:"project/" + c.metadata.namespace + "/browse/events",
label:"View Events"
} ]
};
}
Expand Down