summaryrefslogtreecommitdiffstats
path: root/install/static/host.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/host.js')
-rw-r--r--install/static/host.js13
1 files changed, 10 insertions, 3 deletions
diff --git a/install/static/host.js b/install/static/host.js
index b6ca404af..708da8686 100644
--- a/install/static/host.js
+++ b/install/static/host.js
@@ -129,17 +129,24 @@ function ipa_host_details_facet(spec) {
});
that.add_section(section);
- section.create_field({'name': 'fqdn'});
+ //TODO: use i18n labels
+ section.create_field({
+ name: 'fqdn',
+ label: 'Fully Qualified Host Name'
+ });
+
section.create_field({'name': 'krbprincipalname'});
- //TODO add this to the host plugin
+ //TODO: add this to the host plugin
+ //TODO: use i18n labels
section.create_field({
'name': 'serverhostname',
- 'label': 'Server Host Name'
+ 'label': 'Host Name'
});
section.create_field({'name': 'description'});
+ //TODO: use i18n labels
section = ipa_details_list_section({
'name': 'enrollment',
'label': 'Enrollment'