diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2011-06-24 14:35:32 -0500 |
|---|---|---|
| committer | Adam Young <ayoung@redhat.com> | 2011-06-27 12:16:38 -0400 |
| commit | 3aa371b30182ae2c0c2e824e9532ec1a7e9ce980 (patch) | |
| tree | 0b37f088eb999cdab0e67ea08cd3692f3117edf4 | |
| parent | 800cb7f46e68f4ef7bb0c9f99fb960563d15bf97 (diff) | |
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.
| -rw-r--r-- | install/ui/dns.js | 1 |
1 files changed, 1 insertions, 0 deletions
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: [ { |
