mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-23 04:32:53 -05:00
5 lines
222 B
PHTML
5 lines
222 B
PHTML
|
|
<a href="<?= $this->url('businessprocess/process/download', array(
|
||
|
|
'process' => $this->processName
|
||
|
|
)) ?>" target="_self" title="<?= $this->escape('Download process configuration') ?>"><?= $this->icon('download') ?></a>
|
||
|
|
|