mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 08:00:02 -06:00
WebUI: Add units to some DNS zone and IPA config fields
Add also tooltips to ipasearchrecordslimit and ipasearchtimelimit to clarify the special value 0/-1. Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
187968d472
commit
5f239aebca
@ -159,12 +159,30 @@ return {
|
||||
},
|
||||
'idnssoarname',
|
||||
'idnssoaserial',
|
||||
'idnssoarefresh',
|
||||
'idnssoaretry',
|
||||
'idnssoaexpire',
|
||||
'idnssoaminimum',
|
||||
'dnsdefaultttl',
|
||||
'dnsttl',
|
||||
{
|
||||
name: 'idnssoarefresh',
|
||||
measurement_unit: 'seconds'
|
||||
},
|
||||
{
|
||||
name: 'idnssoaretry',
|
||||
measurement_unit: 'seconds'
|
||||
},
|
||||
{
|
||||
name: 'idnssoaexpire',
|
||||
measurement_unit: 'seconds'
|
||||
},
|
||||
{
|
||||
name: 'idnssoaminimum',
|
||||
measurement_unit: 'seconds'
|
||||
},
|
||||
{
|
||||
name: 'dnsdefaultttl',
|
||||
measurement_unit: 'seconds'
|
||||
},
|
||||
{
|
||||
name: 'dnsttl',
|
||||
measurement_unit: 'seconds'
|
||||
},
|
||||
{
|
||||
$type: 'radio',
|
||||
name: 'idnsallowdynupdate',
|
||||
|
@ -45,8 +45,15 @@ return {
|
||||
name: 'search',
|
||||
label: '@i18n:objects.config.search',
|
||||
fields: [
|
||||
'ipasearchrecordslimit',
|
||||
'ipasearchtimelimit'
|
||||
{
|
||||
name: 'ipasearchrecordslimit',
|
||||
tooltip: '@mc-opt:config_mod:ipasearchtimelimit:doc'
|
||||
},
|
||||
{
|
||||
name: 'ipasearchtimelimit',
|
||||
measurement_unit: 'seconds',
|
||||
tooltip: '@mc-opt:config_mod:ipasearchtimelimit:doc'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user