chg: Added missing new line at the end of file

pull/1440/head
iglocska 2016-08-16 08:45:54 +02:00
parent 28a76076f7
commit cf854db404
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
<h3><?php echo 'Worker type: ' . h($type);?></h3>
<?php if ($type !== 'scheduler'): ?>
<span><b>Jobs in the queue: </b>
<?php
<?php
echo h($data['jobCount']);
if ($data['jobCount'] > 0) {
echo $this->Form->postLink('<span class="icon-trash useCursorPointer"></span>', $baseurl . '/servers/clearWorkerQueue/' . h($type), array('escape' => false, 'inline' => true, 'style' => 'margin-left:2px;'));
@ -118,4 +118,4 @@
<?php echo $this->Form->create('Server', array('url' => '/servers/restartWorkers'));
echo $this->Form->button('Restart all workers', array('class' => 'btn btn-primary'));
echo $this->Form->end();
?>
?>