diff --git a/webui/module/Job/view/job/job/details.phtml b/webui/module/Job/view/job/job/details.phtml index 760feab5125..c7698c09ccd 100644 --- a/webui/module/Job/view/job/job/details.phtml +++ b/webui/module/Job/view/job/job/details.phtml @@ -155,7 +155,7 @@ $this->headTitle($title); html.push(''); html.push(''); html.push('translate("Pool")); ?>'); - html.push('' + row.poolname + ''); + html.push('' + row.poolname + ''); html.push(''); html.push(''); html.push('translate("Scheduled")); ?>'); diff --git a/webui/module/Job/view/job/job/index.phtml b/webui/module/Job/view/job/job/index.phtml index 56a2e83e6c3..89b49f20c73 100644 --- a/webui/module/Job/view/job/job/index.phtml +++ b/webui/module/Job/view/job/job/index.phtml @@ -310,7 +310,7 @@ $this->headTitle($title); html.push(''); html.push(''); html.push('translate("Pool")); ?>'); - html.push('' + row.poolname + ''); + html.push('' + row.poolname + ''); html.push(''); html.push(''); html.push('translate("Scheduled")); ?>');