Skip to content
Snippets Groups Projects

ICSHWI-11696: Job status handling simplifications

Merged Zoltan Runyo requested to merge deployment-status-handling-ICSHWI-11696 into develop
@@ -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
};
}
Loading