Skip to content

Commit

Permalink
config tool: enable list wizard for host/service depenencies (fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jul 19, 2024
1 parent 1b83bfd commit 52f3dc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/plugins-available/conf/templates/_conf_object_row.tt
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@
|| key == 'contacts'
|| key == 'contactgroups'
%][% has_wizard = 1 %][% PROCESS _wizard_list.tt id="id_" _ key _ "_wzd" _ nr wzd_args="id_" _ key _ nr _ "," _ key _ ",1" %]
[% ELSIF type == 'hostdependency' && key == 'dependent_host_name' %][% has_wizard = 1 %][% PROCESS _wizard_list.tt id="id_" _ key _ "_wzd" _ nr wzd_args="id_" _ key _ nr _ ",hosts,1" %]
[% ELSIF type == 'servicedependency' && key == 'dependent_host_name' %][% has_wizard = 1 %][% PROCESS _wizard_list.tt id="id_" _ key _ "_wzd" _ nr wzd_args="id_" _ key _ nr _ ",hosts,1" %]
[% END %]
[% END %]
<div class="flexrow flex-nowrap gap-1">
Expand Down

0 comments on commit 52f3dc1

Please sign in to comment.