summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/dns.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-10-17 17:51:32 +0200
committerMartin Kosek <mkosek@redhat.com>2014-01-21 12:04:02 +0100
commitf821d786df2b8695308a6d944191c3cd7d17d512 (patch)
tree397b0beeeb550330c9152c7bbc1b14af88489627 /install/ui/src/freeipa/dns.js
parentab719d6f3e68ab2525bd0f68f54558a0adbeed85 (diff)
downloadfreeipa.git-f821d786df2b8695308a6d944191c3cd7d17d512.tar.gz
freeipa.git-f821d786df2b8695308a6d944191c3cd7d17d512.tar.xz
freeipa.git-f821d786df2b8695308a6d944191c3cd7d17d512.zip
Use Fluid layout be default
https://fedorahosted.org/freeipa/ticket/3904
Diffstat (limited to 'install/ui/src/freeipa/dns.js')
-rw-r--r--install/ui/src/freeipa/dns.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/install/ui/src/freeipa/dns.js b/install/ui/src/freeipa/dns.js
index 71a3f5b8..34746158 100644
--- a/install/ui/src/freeipa/dns.js
+++ b/install/ui/src/freeipa/dns.js
@@ -1207,7 +1207,7 @@ return {
{
name: 'identity',
label: '@i18n:details.identity',
- $type: 'details_table_section',
+ $type: 'details_section',
widgets: [
{
$type: 'dnsrecord_host_link',
@@ -1237,7 +1237,7 @@ return {
widgets: [
{
name: 'general',
- $type: 'details_table_section_nc',
+ $type: 'details_section',
widgets: [
'idnsname',
{
@@ -1375,7 +1375,7 @@ IPA.dns.record_prepare_editor_for_type = function(type, fields, widgets, update)
var section = {
name: type.name,
- $type: 'details_table_section_nc',
+ $type: 'details_section',
widgets: []
};
widgets.push(section);
@@ -1430,14 +1430,14 @@ IPA.dns.record_prepare_details_spec = function(spec, type_prepare_method) {
var standard_record_section = {
name: 'standard_types',
- $type: 'details_table_section',
+ $type: 'details_section',
label: '@i18n:objects.dnsrecord.standard',
widgets: []
};
var other_record_section = {
name: 'other_types',
- $type: 'details_table_section',
+ $type: 'details_section',
label: '@i18n:objects.dnsrecord.other',
widgets: []
};