mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-13 01:31:56 -06:00
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.
This commit is contained in:
parent
800cb7f46e
commit
3aa371b301
@ -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: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user