summaryrefslogtreecommitdiffstats
path: root/install/ui
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-06-16 19:13:45 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-17 18:05:03 +0200
commit4155eb7b13b20605886ba79c02c232f83a7b439c (patch)
tree310f70edd61952e24c4582b844c087a09ca65ce5 /install/ui
parent3c50e42036427d7c5e36828f24bd3c180e18a677 (diff)
downloadfreeipa-4155eb7b13b20605886ba79c02c232f83a7b439c.tar.gz
freeipa-4155eb7b13b20605886ba79c02c232f83a7b439c.tar.xz
freeipa-4155eb7b13b20605886ba79c02c232f83a7b439c.zip
DNS Locations: Rename ipalocationweight to ipaserviceweight
Service weight explains better meaning of attribute than location weight, because location itself have no weight only services have. https://fedorahosted.org/freeipa/ticket/2008 Reviewed-By: Petr Spacek <pspacek@redhat.com>
Diffstat (limited to 'install/ui')
-rw-r--r--install/ui/src/freeipa/topology.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/install/ui/src/freeipa/topology.js b/install/ui/src/freeipa/topology.js
index 139f95625..4cd25ea30 100644
--- a/install/ui/src/freeipa/topology.js
+++ b/install/ui/src/freeipa/topology.js
@@ -239,7 +239,7 @@ return {
flags: ['w_if_no_aci']
},
{
- name: 'ipalocationweight',
+ name: 'ipaserviceweight',
placeholder: '100'
},
{
@@ -412,10 +412,10 @@ return {
link: true
},
{
- name: 'ipalocationweight'
+ name: 'ipaserviceweight'
},
{
- name: 'location_relative_weight'
+ name: 'service_relative_weight'
}
]
}
@@ -586,7 +586,7 @@ topology.location_association_table_widget = function(spec) {
},
{
$type: 'text',
- name: 'ipalocationweight'
+ name: 'ipaserviceweight'
}
]
}