diff options
| author | Martin Basti <mbasti@redhat.com> | 2016-06-16 19:13:45 +0200 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-06-17 18:05:03 +0200 |
| commit | 4155eb7b13b20605886ba79c02c232f83a7b439c (patch) | |
| tree | 310f70edd61952e24c4582b844c087a09ca65ce5 /install/ui | |
| parent | 3c50e42036427d7c5e36828f24bd3c180e18a677 (diff) | |
| download | freeipa-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.js | 8 |
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' } ] } |
