You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dialog.confirmDanger('Delete Job',"Are you sure you want to permanently delete the current job, including all logs and files? There is no way to undo this operation.",['trash-can','Delete'],function(result){
3057
+
vartitle="Delete Job";
3058
+
vartext="Are you sure you want to permanently delete the current job, including all logs and files? There is no way to undo this operation.";
3059
+
varbtn=['trash-can','Delete'];
3060
+
3061
+
if(job.type=='workflow'){
3062
+
title="Delete Workflow Job";
3063
+
text+="<br><br>Also, since this is a workflow, note that all sub-jobs will be deleted as well.";
0 commit comments