-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for STAGE_OUT mail type for issue #36
- Loading branch information
Neil Munday
committed
May 9, 2022
1 parent
e4b4141
commit 7797931
Showing
5 changed files
with
42 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<html> | ||
<head> | ||
<style> | ||
$CSS | ||
tr.jobEnd { | ||
display: none; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
|
||
<p>Dear $USER,</p> | ||
|
||
<p>Your job $JOB_ID on $CLUSTER has completed its burst buffer stage out.</p> | ||
|
||
<p>Details about the job can be found in the table below:</p> | ||
|
||
$JOB_TABLE | ||
|
||
$SIGNATURE | ||
|
||
</body> | ||
</html> |