Skip to content

Commit

Permalink
Added link to category management
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickpr committed Sep 6, 2020
1 parent cd33b89 commit 22d09a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions application/views/scripts/handler/add.phtml
Expand Up @@ -110,9 +110,10 @@ use Icinga\Web\Url;
value="<?= $this->comment ?>" >
</div>
<div class="control-group">
<div class="control-label-group">
<div class="control-label-group" data-base-target="_next">
<span>
<label for="id_handler_category" class="control-label optional">Handler category</label>
<label for="id_handler_category" class="control-label optional">
Handler category (<a href="<?= Url::fromPath('trapdirector/') ?>status/uimgt" > manage </a>)</label>
</span>
</div>
<select name="service" id="id_handler_category" >
Expand Down

0 comments on commit 22d09a3

Please sign in to comment.