From 54503518aa375ea119306b42acfaf90b5e7a1ad0 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 26 Aug 2011 14:27:48 -0500 Subject: Fixed host adder dialog to show default DNS zone. The DNS zone widget for host adder dialog has been modified not to provide an empty option, so it will show the first available zone. Ticket #1685 --- install/ui/host.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/host.js') diff --git a/install/ui/host.js b/install/ui/host.js index d22f5488..019d3f40 100644 --- a/install/ui/host.js +++ b/install/ui/host.js @@ -136,6 +136,7 @@ IPA.entity_factories.host = function () { name: 'dnszone', label: IPA.metadata.objects.dnszone.label_singular, editable: true, + empty_option: false, undo: false }, { -- cgit