Change notification text when a job finishes
This commit is contained in:
@@ -66,7 +66,7 @@ class Ajax extends MY_Controller {
|
|||||||
$experiment = anchor('experiments/detail/' . $job['experiment_id'], $job['experiment_name']);
|
$experiment = anchor('experiments/detail/' . $job['experiment_id'], $job['experiment_name']);
|
||||||
$project = anchor('projects/detail/' . $job['project_id'], $job['project_name']);
|
$project = anchor('projects/detail/' . $job['project_id'], $job['project_name']);
|
||||||
|
|
||||||
$this->messages->add(sprintf(_('The job for %s in project %s is ready.'), $experiment, $project), 'success');
|
$this->messages->add(sprintf(_('The job for %s in project %s just finished.'), $experiment, $project), 'success');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user