Skip to content

Commit

Permalink
fixed formcontrol in groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Johansson committed Sep 30, 2021
1 parent e2820e2 commit dd68efe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/app/manage-groups/manage-groups.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h3 *ngIf="showGroupModalMode === 'edit'" class="modal-title">Edit Group</h3>
<br />
<div class="clr-control-container clr-control-inline">
<clr-checkbox-wrapper>
<input type="checkbox" clrCheckbox name="ssh_pc" id="ssh_pc" formControlName="ssh_pc" />
<input type="checkbox" clrCheckbox name="ssh" id="ssh" formControlName="ssh" />
<label>SSH</label>
</clr-checkbox-wrapper>
<clr-checkbox-wrapper>
Expand All @@ -156,8 +156,8 @@ <h3 *ngIf="showGroupModalMode === 'edit'" class="modal-title">Edit Group</h3>
<label>Allow Legacy CPU</label>
</clr-checkbox-wrapper>
<clr-checkbox-wrapper>
<input type="checkbox" clrCheckbox name="certificate_pc" id="certificate_pc"
formControlName="certificate_pc" />
<input type="checkbox" clrCheckbox name="certificate" id="certificate"
formControlName="certificate" />
<label>Generate Certificate</label>
</clr-checkbox-wrapper>
<clr-checkbox-wrapper>
Expand Down

0 comments on commit dd68efe

Please sign in to comment.