Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
satkunas committed Jan 11, 2024
1 parent 98c8ab1 commit 15620ab
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
/>

<form-group-dns namespace="dns"
:column-label="$i18n.t('DNS')"
:text="$i18n.t('The DNS server(s) of your network. (comma limited)')"
:column-label="$i18n.t('DNS')"
:text="$i18n.t('The DNS server(s) of your network. (comma limited)')"
/>

<form-group-portal-fqdn namespace="portal_fqdn"
Expand Down Expand Up @@ -86,6 +86,7 @@ import {
FormGroupDhcpEnd,
FormGroupDhcpMaxLeaseTime,
FormGroupDhcpStart,
FormGroupDns,
FormGroupIdentifier,
FormGroupIpAssigned,
FormGroupIpReserved,
Expand Down

0 comments on commit 15620ab

Please sign in to comment.