mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add 'skip overlap check' checkbox to the add dns forward zone dialog
https://fedorahosted.org/freeipa/ticket/5773 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
f446792353
commit
822186b271
@ -470,6 +470,19 @@ return {
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'options',
|
||||
fields: [
|
||||
{
|
||||
$type: 'checkbox',
|
||||
name: 'skip_overlap_check',
|
||||
label: '@i18n:objects.dnszone.skip_overlap_check',
|
||||
tooltip: {
|
||||
title: '@mc-opt:dnsforwardzone_add:skip_overlap_check:doc'
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
policies: [
|
||||
|
Loading…
Reference in New Issue
Block a user