Skip to content

Commit

Permalink
[#1641] Apply 1 suggestion to 1 file
Browse files Browse the repository at this point in the history
  • Loading branch information
fivitti committed Jan 9, 2025
1 parent d25b79f commit 2eb893a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/app/subnet-form/subnet-form.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</div>
<ng-container *ngFor="let userContext of state.group.get('userContexts.names')?.controls; let i = index">
<div *ngIf="i === 0 || state.group.get('userContexts.unlocked')?.value" class="mb-3 mt-3">
<div *ngIf="state.group.get('userContexts.unlocked')?.value" class="pb-5">
<div *ngIf="state.group.get('userContexts.unlocked')?.value" class="pb-2">
<p-divider *ngIf="state.group.get('userContexts.names')?.length > 1" align="center">
<p-tag [severity]="getServerTagSeverity(i)">
{{ state.servers[i] }}
Expand Down

0 comments on commit 2eb893a

Please sign in to comment.