mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-26 17:29:34 -05:00
4 lines
222 B
PHTML
4 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>
|
|
|