Skip to content

Commit

Permalink
[#1271] Addressed review issues
Browse files Browse the repository at this point in the history
Remove redundant links and parameter case in the API file.
  • Loading branch information
fivitti authored and msiodelski committed Jan 17, 2024
1 parent 8239dea commit 089fdb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/dhcp-defs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
type: array
items:
$ref: '#/definitions/SharedNetwork'
SharedNetworks6:
sharedNetworks6:
type: array
items:
$ref: '#/definitions/SharedNetwork'
Expand Down
7 changes: 1 addition & 6 deletions webui/src/app/subnets-page/subnets-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,7 @@
</td>
<td>
<div *ngFor="let lsn of sn.localSubnets">
<a
*ngFor="let lsn of sn.localSubnets"
routerLink="/apps/kea/{{ lsn.appId }}"
style="display: block"
>{{ lsn.appName }}</a
>
<a routerLink="/apps/kea/{{ lsn.appId }}" class="block">{{ lsn.appName }}</a>
</div>
</td>
<td>
Expand Down

0 comments on commit 089fdb9

Please sign in to comment.