Services: Kea DHCP: Kea DHCPv4 - rename code to dhcp option. (https://github.com/opnsense/core/pull/7361)

This commit is contained in:
Ad Schellevis 2024-05-07 11:11:57 +02:00
parent 56b3a44d5f
commit 1b4cb9f229
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
</field>
<field>
<id>option.code</id>
<label>Code</label>
<label>DHCP option</label>
<type>text</type>
</field>
<field>

View File

@ -193,7 +193,7 @@
<tr>
<th data-column-id="uuid" data-type="string" data-identifier="true" data-visible="false">{{ lang._('ID') }}</th>
<th data-column-id="description" data-type="string">{{ lang._('Description') }}</th>
<th data-column-id="code" data-type="number">{{ lang._('Code') }}</th>
<th data-column-id="code" data-type="number">{{ lang._('Option') }}</th>
<th data-column-id="space" data-type="string">{{ lang._('Space') }}</th>
<th data-column-id="type" data-type="string">{{ lang._('Type') }}</th>
<th data-column-id="data" data-type="string">{{ lang._('Data') }}</th>