Skip to content

Commit

Permalink
[#1447] Apply 1 suggestion to 1 file
Browse files Browse the repository at this point in the history
  • Loading branch information
fivitti committed Sep 24, 2024
1 parent 568f87a commit 1637a6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<p-fieldset [formGroup]="formGroup.get('options')" legend="DHCP Options" styleClass="mt-4">
<!-- The "Unlock setting DHCP options for individual servers" makes sense only when the form controls
the data for more than one server. Our form currently supports only one server configuration and
therefore the checkbox is not. -->
therefore the checkbox is hidden. -->
<div class="hidden mt-2 pb-4">
<p-checkbox formControlName="unlocked" [binary]="true"> </p-checkbox>
<div class="flex ml-2 font-semibold">Unlock setting DHCP options for individual servers.</div>
Expand Down

0 comments on commit 1637a6c

Please sign in to comment.