mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-08-15 23:08:11 +02:00
JobDetails: fix message "characters are not yet.."
This commit is contained in:
parent
05bc9e5bfc
commit
b773b90ae5
@ -43,7 +43,7 @@ class JobDetails extends HtmlDocument
|
||||
|
||||
if ($job->ts_last_attempt) {
|
||||
if ($job->last_attempt_succeeded) {
|
||||
$this->add(Html::tag('p', sprintf(
|
||||
$this->add(Html::tag('p', null, sprintf(
|
||||
$this->translate('The last attempt succeeded at %s'),
|
||||
$job->ts_last_attempt
|
||||
)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user