Skip to content
Snippets Groups Projects
Commit f835d60c authored by Zoltan Runyo's avatar Zoltan Runyo
Browse files

ICSHWI-11696: Notification - Start/stop command link

parent d2567310
No related branches found
No related tags found
1 merge request!257ICSHWI-11696: Job status handling simplifications
Pipeline #136583 passed
This commit is part of merge request !257. Comments created here will be created in the context of that merge request.
......@@ -80,7 +80,8 @@ function createNotification(type, id, status, message) {
id: id,
type: type,
message: message,
status: status.toLowerCase()
status: status.toLowerCase(),
link: "/jobs/" + id
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment