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
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -80,7 +80,8 @@ function createNotification(type, id, status, message) {
@@ -80,7 +80,8 @@ function createNotification(type, id, status, message) {
id: id,
id: id,
type: type,
type: type,
message: message,
message: message,
status: status.toLowerCase()
status: status.toLowerCase(),
 
link: "/jobs/" + id
};
};
}
}
Loading