mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
Services: Kea DHCP: Kea DHCPv4 - rename code to dhcp option. (https://github.com/opnsense/core/pull/7361)
This commit is contained in:
parent
56b3a44d5f
commit
1b4cb9f229
@ -12,7 +12,7 @@
|
||||
</field>
|
||||
<field>
|
||||
<id>option.code</id>
|
||||
<label>Code</label>
|
||||
<label>DHCP option</label>
|
||||
<type>text</type>
|
||||
</field>
|
||||
<field>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user