mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
WebUI: Expose TTL of DNS records
Fixes: https://pagure.io/freeipa/issue/3827 Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
committed by
Alexander Bokovoy
parent
4d2cd3a273
commit
187968d472
@@ -1330,6 +1330,12 @@ return {
|
||||
name: 'idnsname',
|
||||
other_entity: 'host',
|
||||
widget: 'identity.idnsname'
|
||||
},
|
||||
{
|
||||
$type: 'text',
|
||||
name: 'dnsttl',
|
||||
measurement_unit: 'seconds',
|
||||
widget: 'record_settings.dnsttl'
|
||||
}
|
||||
],
|
||||
widgets:[
|
||||
@@ -1345,6 +1351,18 @@ return {
|
||||
label: '@mo-param:dnsrecord:idnsname:label'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'record_settings',
|
||||
label: '@i18n:details.record',
|
||||
$type: 'details_section',
|
||||
widgets: [
|
||||
{
|
||||
$type: 'text',
|
||||
name: 'dnsttl',
|
||||
label: '@mo-param:dnsrecord:dnsttl:label'
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -251,6 +251,7 @@ class i18n_messages(Command):
|
||||
"expand_all": _("Expand All"),
|
||||
"general": _("General"),
|
||||
"identity": _("Identity Settings"),
|
||||
"record": _("Record Settings"),
|
||||
"settings": _("${entity} ${primary_key} Settings"),
|
||||
"to_top": _("Back to Top"),
|
||||
"updated": _("${entity} ${primary_key} updated"),
|
||||
|
||||
Reference in New Issue
Block a user