From 3aa371b30182ae2c0c2e824e9532ec1a7e9ce980 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 24 Jun 2011 14:35:32 -0500 Subject: Fixed DNS records page title. The DNS records are presented as a facet in the DNS zone details page, so the page title should say DNS Zone. --- install/ui/dns.js | 1 + 1 file changed, 1 insertion(+) diff --git a/install/ui/dns.js b/install/ui/dns.js index 56779a365..14be46468 100644 --- a/install/ui/dns.js +++ b/install/ui/dns.js @@ -58,6 +58,7 @@ IPA.entity_factories.dnszone = function() { factory: IPA.dnsrecord_facet, name: 'records', facet_group: 'member', + title: IPA.metadata.objects.dnszone.label_singular, label: IPA.metadata.objects.dnsrecord.label, columns: [ { -- cgit