Skip to content

Commit

Permalink
Merge pull request #1274 from it-novum/ITC-2619
Browse files Browse the repository at this point in the history
ITC-2619 Use correct variable in html template
  • Loading branch information
ibering authored Nov 12, 2021
2 parents 2917cea + f1dd553 commit c01a6b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Template/Angular/disable_host_notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
data-placeholder="<?php echo __('Please choose'); ?>"
class="form-control"
chosen="{}"
ng-model="hostAckType">
ng-model="disableHostNotificationsType">
<option value="hostOnly"><?php echo __('Individual hosts'); ?></option>
<option value="hostAndServices"><?php echo __('Hosts including services'); ?></option>
</select>
Expand Down
2 changes: 1 addition & 1 deletion src/Template/Angular/enable_host_notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
data-placeholder="<?php echo __('Please choose'); ?>"
class="form-control"
chosen="{}"
ng-model="hostAckType">
ng-model="enableHostNotificationsType">
<option value="hostOnly"><?php echo __('Individual hosts'); ?></option>
<option value="hostAndServices"><?php echo __('Hosts including services'); ?></option>
</select>
Expand Down

0 comments on commit c01a6b3

Please sign in to comment.