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:
Pavel Vomacka 2016-04-14 12:48:02 +02:00 committed by Martin Basti
parent f446792353
commit 822186b271

View File

@ -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: [