Re: [Freeipa-devel] [PATCH] 0060: webui: Add dnsdefaultttl field on DNS Zone config page

2016-06-21 Thread Martin Basti



On 21.06.2016 15:56, Petr Spacek wrote:

On 21.6.2016 15:50, Pavel Vomacka wrote:

Hello,

please review the attached patch.

It is counterpart of: https://fedorahosted.org/freeipa/ticket/2956

ACK


Pushed to master: 75d2f9fe06f9f7c8d9f1b882b631fed739d35c75

--
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code


Re: [Freeipa-devel] [PATCH] 0060: webui: Add dnsdefaultttl field on DNS Zone config page

2016-06-21 Thread Petr Spacek
On 21.6.2016 15:50, Pavel Vomacka wrote:
> Hello,
> 
> please review the attached patch.
> 
> It is counterpart of: https://fedorahosted.org/freeipa/ticket/2956

ACK

-- 
Petr^2 Spacek

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code


[Freeipa-devel] [PATCH] 0060: webui: Add dnsdefaultttl field on DNS Zone config page

2016-06-21 Thread Pavel Vomacka

Hello,

please review the attached patch.

It is counterpart of: https://fedorahosted.org/freeipa/ticket/2956

--
Pavel^3 Vomacka

From 9ac60ab982aceff128542c3ca1c91f250347b464 Mon Sep 17 00:00:00 2001
From: Pavel Vomacka 
Date: Tue, 21 Jun 2016 15:43:18 +0200
Subject: [PATCH] Add DNS default TTL field

DNS default TTL is new field on DNS Zone Settings page.

WebUI counterpart of: https://fedorahosted.org/freeipa/ticket/2956
---
 install/ui/src/freeipa/dns.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/install/ui/src/freeipa/dns.js b/install/ui/src/freeipa/dns.js
index a441b56026aa1510d5c7357c156a12e2eb46325b..979a17972fd436f8cc86f453f7357c99b165c56c 100644
--- a/install/ui/src/freeipa/dns.js
+++ b/install/ui/src/freeipa/dns.js
@@ -152,6 +152,7 @@ return {
 'idnssoaretry',
 'idnssoaexpire',
 'idnssoaminimum',
+'dnsdefaultttl',
 'dnsttl',
 {
 $type: 'radio',
-- 
2.5.5

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code