= $this->translate('Actions') ?> | = $this->qlink(
$this->translate('Re-deploy now'),
'director/config/deploy',
array('checksum' => $this->config->getHexChecksum()),
array('class' => 'icon-reply-all')
) ?> = $this->qlink( $this->translate('Last related activity'), 'director/show/activitylog', array('checksum' => $this->config->getLastActivityHexChecksum()), array('class' => 'icon-clock', 'data-base-target' => '_next') ) ?> = $this->qlink( $this->translate('Diff with other config'), 'director/config/diff', array('left' => $this->config->getHexChecksum()), array('class' => 'icon-flapping', 'data-base-target' => '_self') ) ?> |
---|---|
= $this->translate('Statistics') ?> | = sprintf( $this->translate('%d files rendered in %0.2fs'), count($this->config->getFiles()), $config->getDuration() / 1000 ) ?> |
= $this->table->render() ?>